CustodyPositionGroupDto

data class CustodyPositionGroupDto(var groupName: String, var groupTotalAmount: AmountDto, var percentage: BigDecimal? = null)

Single group of custody position with the name and amount.

Parameters

groupName

Name of the group. Usually asset class name(eg. Shares) or asset name(eg. Novartis AG).

groupTotalAmount
percentage

The share of groupTotalAmount in %.

Constructors

Link copied to clipboard
constructor(groupName: String, groupTotalAmount: AmountDto, percentage: BigDecimal? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard