Skip to main content

Trust

Description: Defines a Trust as a legal entity. It contains the core, verifiable components of a trust's identity required for Know Your Trust (KYT) compliance checks. Fields essential for verification are noted but are not strictly mandatory for creating the record.

note

The protobuf file is the authoritative source of documentation. Please refer to the Protobuf tab when in doubt about field definitions, validation rules, or type specifications.

FieldTypeDescriptionRequiredValidation
registered_namestringThe official, registered name of the trust as it appears in its prospectus or formation documents. Required for verification.NoLength max: 255 characters
registration_numberstringThe unique registration or identification number assigned by a regulatory body or authority. Examples: SEC CIK number, LEI (Legal Entity Identifier). Required for verification.NoLength max: 100 characters
tax_identifierstringThe primary tax identifier for the trust. Example: TIN in the US.NoLength max: 50 characters
country_of_domicilestringThe ISO 3166-1 alpha-2 country code where the trust is domiciled (e.g., "KY" for Cayman Islands, "LU" for Luxembourg). The value must be the uppercase, two-letter code. See: https://www.iso.org/iso-3166-country-codes.html Required for verification.Nocountry_of_domicile must be empty or a valid ISO 3166-1 alpha-2 country code
date_of_inceptionDateThe date on which the trust was established or began operations (inception date). Required for verification.YesNone