A Legal Entity Association is used to model the relationship between two Legal Entities. These models are used in conjunction with the request to create a Legal Entity for modeling the entire legal entity included it's associated entities. These associations cannot be created or modified directly.
You may only provide one of
child_legal_entityorchild_legal_entity_idper association — not both. Usechild_legal_entity_idwhen the individual already exists, andchild_legal_entitywhen creating a new one inline.
| Attribute | Description |
|---|---|
| id string | Unique identifier for the Legal Entity Association |
| live_mode boolean | This field will be true if this object was created with a production API key or false if created with a test API key. |
| child_legal_entity_id string | The UUID of an existing Legal Entity representing the child. |
| child_legal_entity object | Used when creating child Legal Entities inline as part of a request to create the entire legal entity including its associated children. |
| title string | The title of the associated Legal Entity. Optional. |
| ownership_percentage numeric | Numeric value representing the ownership percentage. Optional. |
| relationship_types string | The relationship of the Legal Entity to its parent. Possible values: beneficial_owner, control_person, authorized_signer. |