CustodyPositionPriceDto

constructor(price: BigDecimal? = null, priceDateTime: OffsetDateTime? = null, costPrice: BigDecimal? = null, costPriceDateTime: OffsetDateTime? = null, foreignExchangeRate: BigDecimal? = null, amountForeignCurrency: BigDecimal? = null)

Parameters

price

Current price of the position.

priceDateTime

The date and time of the current price.

costPrice

The cost price of the security in the valuation currency

costPriceDateTime

The date and time of the cost price.

foreignExchangeRate

Foreign exchange rate.

amountForeignCurrency

Price of the security in the currency of the security, if this is a foreign currency.