Check ID
kyb.source_of_funds_document_check
Overview
The check analyzes various aspects of source of funds documents:- Document authenticity and validity
- Business name verification
- Source of funds type and description validation
- Funding amount verification
- Document date validation
- Document fraud detection
How the Check Works
-
Document Analysis
- Extracts key information from source of funds documents
- Validates document structure and format
- Verifies document authenticity
- Identifies business name, funding source, and amount
-
Information Verification
- Cross-references extracted data with self-attested information
- Validates business name matches
- Confirms funding source is consistent with self-attested data
- Verifies funding amounts meet minimum requirements (if applicable)
- Checks document recency against validity period
-
Fraud Detection (optional)
- Analyzes documents for signs of tampering or manipulation
- Identifies inconsistencies or suspicious elements
- Flags potential document fraud indicators
When to Use
Use this check when you need to:- Verify the legitimacy of a business’s declared funding sources
- Validate the authenticity of funding documentation
- Confirm funding amounts meet required thresholds
- Ensure business name consistency across documentation
- Detect potentially fraudulent or tampered documents
Required Data
To run this check, you need to provide:-
Source of Funds Documents
- Bank statements
- Investment documents
- Fundraising announcements
- Loan agreements
- Other financial documents demonstrating funding sources
-
Self-Attested Information
- Business name
- Declared source of funds
-
External Validation Data
- Minimum amount to verify (optional)
- Must be included in the
external_validation_data.source_of_funds
field - Type:
SourceOfFundsExternalData
- Example:
{ "minimum_amount_to_verify": { "currency": "USD", "amount": 1000 } }
- Must be included in the
- Minimum amount to verify (optional)
Example KYB Schema
Here’s an example of how to structure your request with the required data:Valid Document Types
The following document types are supported for source of funds verification:-
Bank Statement
- A document showing the financial transactions and balances of a bank account
- Examples: Checking account statement, Savings account statement
-
Tax Return
- An annual statement filed with tax authorities reporting income, expenses, and other tax-related information
- Examples: Form 1040 (U.S. Individual Income Tax Return), W-2 (Wage and Tax Statement)
-
Funds Transfer Confirmation
- A document confirming the details of a funds transfer between financial accounts
- Examples: Wire transfer confirmation, ACH transfer receipt
-
Fundraising Document
- A document detailing an investment made as part of a fundraising round for a company
- Examples: Series A funding agreement, Convertible note purchase agreement
-
Investment Document
- A document confirming an individual’s investment in a financial vehicle like stocks, bonds, or funds
- Examples: Stock purchase agreement, Real estate investment contract, Mutual fund statement, Brokerage account statement
-
Loan Agreement
- A contract detailing the terms of a loan between a lender and borrower
- Examples: Personal loan agreement, Mortgage loan documents
-
Invoice
- A document detailing a transaction between a buyer and seller
- Examples: Vendor invoice, Client bill
-
Fundraising Announcement
- A public announcement detailing a company’s successful fundraising round
- Examples: Press release, SEC Form D filing, Crunchbase funding round announcement
-
Capitalization Table
- A table showing the equity ownership breakdown of a company’s shareholders
- Examples: Cap table spreadsheet, Equity ownership summary
-
Other
- Any other document that provides a detailed explanation of a business’s source of funds
- Examples: Notarized affidavit, Certified letter from accountant or attorney
Request Schema
Configuration Options
The check can be configured with the following parameters:-
Validity Period
- Number of days a document is considered valid from its issue date
- Default: 365 days
-
Minimum Amount Verification
- Whether to enforce minimum funding amount requirements
- Default: false
-
Fraud Detection
- Whether to enable document fraud detection
- Default: false
Response Interpretation
The check response includes:-
Valid Documents
- Documents that passed all verification checks
- Extracted information from each valid document
-
Invalid Documents
- Documents that failed one or more verification checks
- Reasons for failure and missing information
-
Verified Information
- Confirmed business name
- Verified source of funds
- Verified funding amount
- Document date
-
Overall Result
- Whether the check passed or failed
- Detailed explanation of verification results
- Any alerts or issues detected
Common Alerts
The check may generate the following alerts:-
Invalid Document
- Document is not a valid source of funds document
- Missing critical information or improper format
-
Missing Information
- Document is missing required fields
- Specific missing elements are identified
-
Tampered Document
- Document shows signs of manipulation or tampering
- Specific fraud indicators detected
-
Information Mismatch
- Document information does not match self-attested data
- Discrepancies between document and declared information
-
Validity Period Expired
- Document is outside the configured validity period
- Document is too old to be considered valid
-
Minimum Amount Not Met
- Funding amount is less than the required minimum
- Specific shortfall is identified