CustodyPositionsSearchRequestDto

data class CustodyPositionsSearchRequestDto(var portfolioId: String? = null, var maturityOnly: Boolean? = null)

Search parameter for the search for positions in a custody account.

Parameters

portfolioId

ID of a portfolio to find the associated accounts.

maturityOnly

With maturity

Constructors

Link copied to clipboard
constructor(portfolioId: String? = null, maturityOnly: Boolean? = null)

Properties

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