Uses of Class
org.drip.analytics.cashflow.ComposableUnitPeriod
Package | Description |
---|---|
org.drip.analytics.cashflow |
Unit/Composite Cash Flow Periods.
|
org.drip.analytics.support |
Assorted Support and Helper Utilities
|
-
Uses of ComposableUnitPeriod in org.drip.analytics.cashflow
Subclasses of ComposableUnitPeriod in org.drip.analytics.cashflow Modifier and Type Class Description class
ComposableUnitFixedPeriod
ComposableUnitFixedPeriod represents the Fixed Cash Flow Periods' Composable Period Details.class
ComposableUnitFloatingPeriod
ComposableUnitFloatingPeriod contains the Floating Cash Flow Periods' Composable Period Details.Methods in org.drip.analytics.cashflow that return ComposableUnitPeriod Modifier and Type Method Description ComposableUnitPeriod
CompositePeriod. enclosingCUP(int iDate)
Return the Unit Period to which the Date belongsMethods in org.drip.analytics.cashflow that return types with arguments of type ComposableUnitPeriod Modifier and Type Method Description java.util.List<ComposableUnitPeriod>
CompositePeriod. periods()
Retrieve the List of Composable PeriodsConstructor parameters in org.drip.analytics.cashflow with type arguments of type ComposableUnitPeriod Constructor Description CompositeFixedPeriod(CompositePeriodSetting cps, java.util.List<ComposableUnitPeriod> lsCUP)
CompositeFixedPeriod ConstructorCompositeFloatingPeriod(CompositePeriodSetting cps, java.util.List<ComposableUnitPeriod> lsCUP)
CompositeFloatingPeriod Constructor -
Uses of ComposableUnitPeriod in org.drip.analytics.support
Methods in org.drip.analytics.support that return types with arguments of type ComposableUnitPeriod Modifier and Type Method Description static java.util.List<ComposableUnitPeriod>
CompositePeriodBuilder. FixedUnits(int iUnitPeriodStartDate, int iUnitPeriodEndDate, UnitCouponAccrualSetting ucas, ComposableFixedUnitSetting cfus)
Construct the List of Composable Fixed Units from the inputsstatic java.util.List<ComposableUnitPeriod>
CompositePeriodBuilder. FloatingUnits(int iUnitPeriodStartDate, int iUnitPeriodEndDate, ComposableFloatingUnitSetting cfus)
Construct the List of Composable Floating Units from the inputs