Package org.drip.param.period
Class ComposableUnitBuilderSetting
java.lang.Object
org.drip.param.period.ComposableUnitBuilderSetting
- Direct Known Subclasses:
ComposableFixedUnitSetting
,ComposableFloatingUnitSetting
public class ComposableUnitBuilderSetting
extends java.lang.Object
ComposableUnitBuilderSetting contains the composable unit builder details. Currently it holds the
coupon currency, the fixed coupon, and the basis.
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = Product Cash Flow, Valuation, Market, Pricing, and Quoting Parameters
- Package = Composite Composable Period Builder Settings
- Author:
- Lakshmi Krishnamurthy
-
Method Summary
Modifier and Type Method Description DateAdjustParams
dapEdge()
Retrieve the Edge Date Adjust Parametersint
edgeDateSequenceScheme()
Retrieve the Edge Date Generation Schemejava.lang.String
tenor()
Retrieve the TenorMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
tenor
public java.lang.String tenor()Retrieve the Tenor- Returns:
- The Tenor
-
edgeDateSequenceScheme
public int edgeDateSequenceScheme()Retrieve the Edge Date Generation Scheme- Returns:
- The Edge Date Generation Scheme
-
dapEdge
Retrieve the Edge Date Adjust Parameters- Returns:
- The Edge Date Adjust Parameters
-