{
"id": "example-agent-group-test",
"self_attested_data": {
"business_name": "Example Corp",
"registered_business_name": "Example Corporation Inc.",
"address_of_operation": {
"street_1": "123 Main St",
"street_2": "Suite 100",
"city": "Anytown",
"state": "ST",
"country_code": "US",
"postal_code": "12345"
},
"address_of_incorporation": {
"street_1": "456 Business Ave",
"city": "Corporateville",
"state": "ST",
"country_code": "US",
"postal_code": "67890"
},
"website": "https://example.com",
"business_purpose": "B2B Software as a Service",
"description": "AI-powered software solutions for business automation.",
"industry": "Technology",
"tin_number": "XX-XXXXXXX",
"incorporation_date": "YYYY-MM-DD",
"partners": [
"Partner Ventures"
],
"customers": [
"Customer Inc"
],
"source_of_funds": [
"Investment",
"Revenue"
]
},
"associated_individuals": [
{
"id": "example-kyc-test-1",
"self_attested_data": {
"first_name": "John",
"middle_name": "Michael",
"last_name": "Doe",
"date_of_birth": "YYYY-MM-DD",
"address": {
"street_1": "789 Residential St",
"city": "Hometown",
"state": "ST",
"country_code": "US",
"postal_code": "54321"
},
"country_of_nationality": "US",
"country_of_residence": "US",
"place_of_birth": "Birthtown, State",
"sex": "Male",
"email": "john@example.com",
"phone": "+1234567890",
"title": "CEO",
"is_applicant": true,
"is_business_owner": true,
"business_ownership_percentage": 50
}
},
{
"id": "example-kyc-test-2",
"self_attested_data": {
"first_name": "Jane",
"middle_name": "Elizabeth",
"last_name": "Smith",
"date_of_birth": "YYYY-MM-DD",
"address": {
"street_1": "101 Home Ave",
"city": "Villagetown",
"state": "ST",
"country_code": "US",
"postal_code": "98765"
},
"country_of_nationality": "US",
"country_of_residence": "US",
"place_of_birth": "Origintown, State",
"sex": "Female",
"email": "jane@example.com",
"phone": "+0987654321",
"title": "Chief Technology Officer",
"is_applicant": false,
"is_business_owner": true,
"business_ownership_percentage": 50
}
}
],
"associated_entities": [
{
"id": "example-ubo-test-1",
"self_attested_data": {
"business_name": "Partner Ventures",
"is_trust": false,
"address": {
"street_1": "202 Investor Blvd",
"street_2": "Floor 10",
"city": "Metropolis",
"state": "ST",
"country_code": "US",
"postal_code": "13579"
},
"industry": "Venture Capital",
"tin_number": null,
"business_ownership_percentage": 10,
"country_code": "US",
"website": "www.partnerventures.com",
"description": "Partner Ventures is a venture capital firm based in Metropolis, State. The firm invests in various technology-based sectors including artificial intelligence, blockchain, and software as a service."
}
}
]
}