Package | Description |
---|---|
org.drip.product.creator | |
org.drip.product.fra | |
org.drip.service.template |
Modifier and Type | Method and Description |
---|---|
static FRAStandardComponent |
SingleStreamComponentBuilder.ForwardRateFutures(JulianDate dtSpot,
ForwardLabel fri)
Create a Forward Rate Futures Product Instance from the Spot Date and the Forward Label
|
static FRAStandardComponent |
SingleStreamComponentBuilder.FRAStandard(JulianDate dtForwardStart,
ForwardLabel forwardLabel,
double dblStrike)
Create a Standard FRA from the Spot Date, the Forward Label, and the Strike
|
Modifier and Type | Class and Description |
---|---|
class |
FRAMarketComponent
FRAMarketComponent contains the implementation of the Standard Multi-Curve FRA product whose payoff is
dictated off of Market FRA Conventions.
|
Modifier and Type | Method and Description |
---|---|
FRAStandardComponent |
FRAStandardCapFloorlet.fra()
Retrieve the Underlying FRA Instance
|
Constructor and Description |
---|
FRAStandardCapFloorlet(java.lang.String strName,
FRAStandardComponent fra,
java.lang.String strManifestMeasure,
boolean bIsCaplet,
double dblStrike,
double dblNotional,
LastTradingDateSetting ltds,
FokkerPlanckGenerator fpg,
CashSettleParams csp)
FRAStandardCapFloorlet constructor
|
Modifier and Type | Method and Description |
---|---|
static FRAStandardComponent[] |
OTCInstrumentBuilder.FRAStandard(JulianDate dtSpot,
ForwardLabel forwardLabel,
java.lang.String[] astrMaturityTenor,
double[] adblFRAStrike)
Create an Array of Standard FRAs from the Spot Date, the Forward Label, and the Strike
|
static FRAStandardComponent |
OTCInstrumentBuilder.FRAStandard(JulianDate dtSpot,
ForwardLabel forwardLabel,
java.lang.String strMaturityTenor,
double dblStrike)
Create a Standard FRA from the Spot Date, the Forward Label, and the Strike
|