CustodyPositionDetailsDto

data class CustodyPositionDetailsDto(var industry: AssetIndustryDto, var assetName: String? = null, var securitySymbol: String? = null, var dividendFrequency: DividendFrequencyEnumDto? = null, var descriptionText: String? = null, var descriptions: MutableList<String>? = null, var securityType: SecurityTypeDto? = null, var securityTypeClassL1: SecurityTypeDto? = null, var securityTypeClassL2: SecurityTypeDto? = null, var intraday: Boolean? = null)

Details of the position and the asset.

Parameters

industry
assetName

Name of the asset.

securitySymbol

Symbol for a security.

dividendFrequency
descriptionText

Description of the asset or security.

descriptions

Description of the asset/security. This is represented as an array, as different back ends can prepare the data in different ways.

securityType
securityTypeClassL1
securityTypeClassL2
intraday

Specifies whether it is an intraday NRT server (true) or whether the product is loaded via the standard EDL source (false).

Constructors

Link copied to clipboard
constructor(industry: AssetIndustryDto, assetName: String? = null, securitySymbol: String? = null, dividendFrequency: DividendFrequencyEnumDto? = null, descriptionText: String? = null, descriptions: MutableList<String>? = null, securityType: SecurityTypeDto? = null, securityTypeClassL1: SecurityTypeDto? = null, securityTypeClassL2: SecurityTypeDto? = null, intraday: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:Size(max = 8196)
var descriptionText: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:Size(max = 10)
var securitySymbol: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard