Documentation of 'org.jfin.date.accrual.Notional' Java class
Notional
org.jfin.date.accrual

Class Notional



  • public class Notional
    extends java.lang.Object
    Used to describe a Notional
    • Constructor Detail

      • Notional

        public Notional()
        Default constructor
      • Notional

        public Notional(double amount,
                        Iso4217Currency currency)
        Utility constructor
        Parameters:
        amount - The in currency amount
        currency - The currency of the notional
    • Method Detail

      • getAmount

        public double getAmount()
        Gets the amount (in currency) of the Notional
        Returns:
        The amount
      • setAmount

        public void setAmount(double amount)
        Sets the amount (in currency) of the Notional
        Parameters:
        amount - The amount
      • getCurrency

        public Iso4217Currency getCurrency()
        Gets the currency of the Notional
        Returns:
        The currency
      • setCurrency

        public void setCurrency(Iso4217Currency currency)
        Sets the currency of the Notional
        Parameters:
        currency - The currency

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.