Skip to main content

Fund

Description: Defines a Fund as a legal entity. It contains the core, verifiable components of a fund's identity required for Know Your Fund (KYF) 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 fund 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 fund. Example: TIN in the US.NoLength max: 50 characters
country_of_domicilestringThe ISO 3166-1 alpha-2 country code where the fund 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 fund was established or began operations (inception date). Required for verification.YesNone