PortfolioSourceIdentifierDto

data class PortfolioSourceIdentifierDto(var customerId: String, var customerNo: String, var custodyAccountId: String? = null)

Identifier of the source/partner where the portfolio is held in custody.

Parameters

customerId

Unique customer ID at the source.

customerNo

Unique customer number at the source.

custodyAccountId

Custody Account ID

Constructors

Link copied to clipboard
constructor(customerId: String, customerNo: String, custodyAccountId: String? = null)

Properties

Link copied to clipboard
@get:Size(max = 100)
var custodyAccountId: String?
Link copied to clipboard
@get:Size(max = 100)
var customerId: String
Link copied to clipboard
@get:Size(max = 100)
var customerNo: String