Class CompositeFixedPeriod

java.lang.Object
org.drip.analytics.cashflow.CompositePeriod
org.drip.analytics.cashflow.CompositeFixedPeriod

public class CompositeFixedPeriod
extends CompositePeriod
CompositeFixedPeriod implements the composed fixed coupon period functionality. It customizes the Period Quote Set and the Basis Quote for the Fixed Period.

Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • CompositeFixedPeriod

      public CompositeFixedPeriod​(CompositePeriodSetting cps, java.util.List<ComposableUnitPeriod> lsCUP) throws java.lang.Exception
      CompositeFixedPeriod Constructor
      Parameters:
      cps - Composite Period Setting Instance
      lsCUP - List of Composable Unit Fixed Periods
      Throws:
      java.lang.Exception - Thrown if the Accrual Compounding Rule is invalid
  • Method Details