You can create an investor record to link a person or legal entity to their investment account.
Methods
Data fields and properties
This section supplements the API documentation and on-screen help text in the LUSID web app.
Fields
An investor record must have at least one user specified property identifier in the identifiers
collection. It can have more than one.
An investor record must reference exactly one investor
mastered separately as either a person entity or a legal entity in LUSID:
The
investor.investorType
field must be eitherPerson
orLegalEntity
.The
investor.investorIdentifiers
field must reference one of the user specified property identifiers for that person or legal entity.
Properties
You can optionally extend the data model of an investor record by adding custom properties from the InvestorRecord
domain. Soon you should be able to add or remove properties independently using dedicated APIs.
Subsequent updates
Once created, you can call the same UpsertInvestorRecords API again to change any attribute. To delete an investor record, call the DeleteInvestorRecord API and specify one of its user specified property identifiers.