Class FundPosition


  • public class FundPosition
    extends Object
    Fund position
    • Constructor Detail

      • FundPosition

        public FundPosition()
    • Method Detail

      • getSymbol

        public String getSymbol()
        Returns the fund symbol.
        Returns:
        fund symbol
      • getCurrentNetAssetValue

        public BigDecimal getCurrentNetAssetValue()
        Returns the current net asset value.
        Returns:
        current net asset value
      • getNetAssetValueDay

        public OffsetDateTime getNetAssetValueDay()
        Returns the date of the net asset value.
        Returns:
        net asset value date
      • getSymbolName

        public String getSymbolName()
        Returns the fund name.
        Returns:
        fund name
      • getCurrency

        public String getCurrency()
        Returns the currency.
        Returns:
        currency
      • getCostNetAssetValue

        public BigDecimal getCostNetAssetValue()
        Returns the cost net asset value.
        Returns:
        cost net asset value
      • getHoldingUnits

        public BigDecimal getHoldingUnits()
        Returns the holding units.
        Returns:
        holding units