Class ComposableUnitFixedPeriod

java.lang.Object
org.drip.analytics.cashflow.ComposableUnitPeriod
org.drip.analytics.cashflow.ComposableUnitFixedPeriod

public class ComposableUnitFixedPeriod
extends ComposableUnitPeriod
ComposableUnitFixedPeriod represents the Fixed Cash Flow Periods' Composable Period Details. Currently it holds the Accrual Start Date, the Accrual End Date, the Fixed Coupon, the Basis Spread, the Coupon Rate, and the Accrual Day Counts, as well as the EOM Adjustment Flags.

Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • ComposableUnitFixedPeriod

      public ComposableUnitFixedPeriod​(int iStartDate, int iEndDate, UnitCouponAccrualSetting ucas, ComposableFixedUnitSetting cfus) throws java.lang.Exception
      The ComposableUnitFixedPeriod constructor
      Parameters:
      iStartDate - Accrual Start Date
      iEndDate - Accrual End Date
      ucas - Unit Coupon/Accrual Setting
      cfus - Composable Unit Fixed Setting
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details