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 %.