CustodyAccountDto
constructor(id: String, customerId: String, custodyAccountValues: CustodyAccountValuesDto, custodyAccountNumber: String? = null, custodyAccountName: String? = null, custodyAccountDescription: String? = null, custodyAccountDescriptionAlternative: String? = null, accruedInterest: BigDecimal? = null, portfolioId: String? = null, permissions: MutableList<CustodyAccountPermissionEnumDto>? = null)
Parameters
id
Unique identifier of the custody account.
customerId
Customer ID of the custody account holder.
custodyAccountValues
custodyAccountNumber
Account number of the custody account.
custodyAccountName
Name of the custody account, typically user defined alias.
custodyAccountDescription
Description of the custody account.
custodyAccountDescriptionAlternative
Alternative description of the custody account.
accruedInterest
Accrued interest in portfolio currency.
portfolioId
ID of a portfolio to find the associated accounts.
permissions
de