Class FixedAmount

  • All Implemented Interfaces:
    com.rosetta.model.lib.functions.RosettaFunction

    public class FixedAmount
    extends java.lang.Object
    implements com.rosetta.model.lib.functions.RosettaFunction
    • Constructor Summary

      Constructors 
      Constructor Description
      FixedAmount()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.rosetta.model.lib.functions.Mapper<java.math.BigDecimal> calculationAmount​(InterestRatePayout interestRatePayout, com.rosetta.model.lib.records.Date date)  
      protected com.rosetta.model.lib.functions.Mapper<java.math.BigDecimal> dayCountFraction​(InterestRatePayout interestRatePayout, com.rosetta.model.lib.records.Date date)  
      protected java.math.BigDecimal doEvaluate​(InterestRatePayout interestRatePayout, com.rosetta.model.lib.records.Date date)  
      java.math.BigDecimal evaluate​(InterestRatePayout interestRatePayout, com.rosetta.model.lib.records.Date date)  
      protected com.rosetta.model.lib.functions.Mapper<java.math.BigDecimal> fixedRate​(InterestRatePayout interestRatePayout, com.rosetta.model.lib.records.Date date)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FixedAmount

        public FixedAmount()
    • Method Detail

      • evaluate

        public java.math.BigDecimal evaluate​(InterestRatePayout interestRatePayout,
                                             com.rosetta.model.lib.records.Date date)
        Parameters:
        interestRatePayout -
        date -
        Returns:
        fixedAmount
      • doEvaluate

        protected java.math.BigDecimal doEvaluate​(InterestRatePayout interestRatePayout,
                                                  com.rosetta.model.lib.records.Date date)
      • calculationAmount

        protected com.rosetta.model.lib.functions.Mapper<java.math.BigDecimal> calculationAmount​(InterestRatePayout interestRatePayout,
                                                                                                 com.rosetta.model.lib.records.Date date)
      • fixedRate

        protected com.rosetta.model.lib.functions.Mapper<java.math.BigDecimal> fixedRate​(InterestRatePayout interestRatePayout,
                                                                                         com.rosetta.model.lib.records.Date date)
      • dayCountFraction

        protected com.rosetta.model.lib.functions.Mapper<java.math.BigDecimal> dayCountFraction​(InterestRatePayout interestRatePayout,
                                                                                                com.rosetta.model.lib.records.Date date)