| Package | Description |
|---|---|
| org.drip.analytics.support | |
| org.drip.market.otc | |
| org.drip.product.creator | |
| org.drip.product.fra | |
| org.drip.product.params | |
| org.drip.product.rates |
| Modifier and Type | Method and Description |
|---|---|
static Stream[] |
ForwardDecompositionUtil.SinglePeriodStreamDecompose(Stream fs,
int iNumPeriodsToAccumulate)
Decompose the Stream into an Array of Single Forward Period Floating Streams
|
| Modifier and Type | Method and Description |
|---|---|
static Stream[] |
ForwardDecompositionUtil.SinglePeriodStreamDecompose(Stream fs,
int iNumPeriodsToAccumulate)
Decompose the Stream into an Array of Single Forward Period Floating Streams
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
FloatStreamConvention.createStream(JulianDate dtEffective,
java.lang.String strMaturityTenor,
double dblBasis,
double dblNotional)
Create a Floating Stream Instance
|
Stream |
FixedStreamConvention.createStream(JulianDate dtEffective,
java.lang.String strMaturityTenor,
double dblCoupon,
double dblNotional)
Create a Fixed Stream Instance
|
| Modifier and Type | Method and Description |
|---|---|
static FixFloatComponent |
DualStreamComponentBuilder.MakeFixFloat(Stream fixReference,
Stream floatDerived,
CashSettleParams csp)
Make the FixFloatComponent Instance from the Reference Fixed and the Derived Floating Streams
|
static FloatFloatComponent |
DualStreamComponentBuilder.MakeFloatFloat(Stream floatReference,
Stream floatDerived,
CashSettleParams csp)
Make the FloatFloatComponent Instance from the Reference and the Derived Floating Streams
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
FRAStandardCapFloor.stream()
Retrieve the Stream Instance Underlying the Cap
|
| Constructor and Description |
|---|
FRAMarketComponent(java.lang.String strName,
Stream stream,
double dblStrike,
CashSettleParams csp)
FRAMarketComponent constructor
|
FRAStandardCapFloor(java.lang.String strName,
Stream stream,
java.lang.String strManifestMeasure,
boolean bIsCap,
double dblStrike,
LastTradingDateSetting ltds,
CashSettleParams csp,
FokkerPlanckGenerator fpg)
FRAStandardCapFloor constructor
|
FRAStandardComponent(java.lang.String strName,
Stream stream,
double dblStrike,
CashSettleParams csp)
FRAStandardComponent constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
BondStream
BondStream is the place-holder for the bond's period generation parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
FloatFloatComponent.derivedStream() |
Stream |
FixFloatComponent.derivedStream() |
abstract Stream |
DualStreamComponent.derivedStream()
Retrieve the Derived Stream
|
Stream[] |
RatesBasket.getFixedStreamComponents()
Retrieve the array of the fixed stream components
|
Stream[] |
RatesBasket.getFloatStreamComponents()
Retrieve the array of the float stream components
|
Stream |
FloatFloatComponent.referenceStream() |
Stream |
FixFloatComponent.referenceStream() |
abstract Stream |
DualStreamComponent.referenceStream()
Retrieve the Reference Stream
|
Stream |
SingleStreamComponent.stream()
Retrieve the Stream Instance
|
| Constructor and Description |
|---|
FixFloatComponent(Stream fixReference,
Stream floatDerived,
CashSettleParams csp)
Construct the FixFloatComponent from the Reference Fixed and the Derived Floating Streams.
|
FloatFloatComponent(Stream floatReference,
Stream floatDerived,
CashSettleParams csp)
Construct the FloatFloatComponent from the Reference and the Derived Floating Streams.
|
RatesBasket(java.lang.String strName,
Stream[] aCompFixedStream,
Stream[] aCompFloatStream)
RatesBasket constructor
|
RatesBasket(java.lang.String strName,
Stream[] aCompFixedStream,
Stream[] aCompFloatStream)
RatesBasket constructor
|
SingleStreamComponent(java.lang.String strName,
Stream stream,
CashSettleParams csp)
SingleStreamComponent constructor
|