Uses of Class
org.drip.product.rates.FixFloatComponent
Package | Description |
---|---|
org.drip.exposure.generator |
Rates Stream Margin Period Exposure
|
org.drip.historical.engine |
Product Horizon Change Explain Engine
|
org.drip.market.exchange |
Deliverable Swap, STIR, Treasury Futures
|
org.drip.market.otc |
OTC Dual Stream Option Container
|
org.drip.product.creator |
Streams and Products Construction Utilities
|
org.drip.product.option |
Options on Fixed Income Components
|
org.drip.service.template |
Curve Construction Product Builder Templates
|
-
Uses of FixFloatComponent in org.drip.exposure.generator
Constructors in org.drip.exposure.generator with parameters of type FixFloatComponent Constructor Description FixFloatMPoR(FixFloatComponent fixFloatComponent, double notional)
FixFloatMPoR Constructor -
Uses of FixFloatComponent in org.drip.historical.engine
Constructors in org.drip.historical.engine with parameters of type FixFloatComponent Constructor Description FixFloatExplainProcessor(FixFloatComponent ffc, int iSettleLag, java.lang.String strMarketMeasureName, double dblMarketMeasureValue, JulianDate dtFirst, JulianDate dtSecond, CurveSurfaceQuoteContainer csqcFirst, CurveSurfaceQuoteContainer csqcSecond, CaseInsensitiveHashMap<CurveSurfaceQuoteContainer> mapCSQCRollDown)
FixFloatExplainProcessor Constructor -
Uses of FixFloatComponent in org.drip.market.exchange
Methods in org.drip.market.exchange that return FixFloatComponent Modifier and Type Method Description FixFloatComponent
DeliverableSwapFutures. Create(JulianDate dtSpot, double dblFixedCoupon)
Create an Instance of the Deliverable Swaps Futures -
Uses of FixFloatComponent in org.drip.market.otc
Methods in org.drip.market.otc that return FixFloatComponent Modifier and Type Method Description FixFloatComponent
FixedFloatSwapConvention. createFixFloatComponent(JulianDate dtSpot, java.lang.String strMaturityTenor, double dblFixedCoupon, double dblFloatBasis, double dblNotional)
Create a Standardized Fixed-Float Component Instance from the Inputs -
Uses of FixFloatComponent in org.drip.product.creator
Methods in org.drip.product.creator that return FixFloatComponent Modifier and Type Method Description static FixFloatComponent
DualStreamComponentBuilder. MakeFixFloat(Stream fixReference, Stream floatDerived, CashSettleParams csp)
Make the FixFloatComponent Instance from the Reference Fixed and the Derived Floating Streams -
Uses of FixFloatComponent in org.drip.product.option
Constructors in org.drip.product.option with parameters of type FixFloatComponent Constructor Description FixFloatEuropeanOption(java.lang.String strName, FixFloatComponent stir, java.lang.String strManifestMeasure, boolean bIsReceiver, double dblStrike, double dblNotional, LastTradingDateSetting ltds, CashSettleParams csp)
FixFloatEuropeanOption constructor -
Uses of FixFloatComponent in org.drip.service.template
Methods in org.drip.service.template that return FixFloatComponent Modifier and Type Method Description static FixFloatComponent
OTCInstrumentBuilder. FixFloatCustom(JulianDate dtSpot, ForwardLabel forwardLabel, java.lang.String strMaturityTenor)
Construct a Standard Fix Float Swap Instancesstatic FixFloatComponent[]
OTCInstrumentBuilder. FixFloatCustom(JulianDate dtSpot, ForwardLabel forwardLabel, java.lang.String[] astrMaturityTenor)
Construct an Array of Custom Fix Float Swap Instancesstatic FixFloatComponent[]
OTCInstrumentBuilder. FixFloatStandard(JulianDate dtSpot, java.lang.String strCurrency, java.lang.String strLocation, java.lang.String[] astrMaturityTenor, java.lang.String strIndex, double dblCoupon)
Construct an Array of OTC Fix Float Swaps using the specified Input Parametersstatic FixFloatComponent
OTCInstrumentBuilder. FixFloatStandard(JulianDate dtSpot, java.lang.String strCurrency, java.lang.String strLocation, java.lang.String strMaturityTenor, java.lang.String strIndex, double dblCoupon)
Construct an OTC Standard Fix Float Swap using the specified Input Parametersstatic FixFloatComponent[]
OTCInstrumentBuilder. OISFixFloat(JulianDate dtSpot, java.lang.String strCurrency, java.lang.String[] astrMaturityTenor, double[] adblCoupon, boolean bFund)
Construct an Array of OTC Fix Float OIS Instancesstatic FixFloatComponent
OTCInstrumentBuilder. OISFixFloat(JulianDate dtSpot, java.lang.String strCurrency, java.lang.String strMaturityTenor, double dblCoupon, boolean bFund)
Construct an Instance of OTC OIS Fix Float Swapstatic FixFloatComponent[]
OTCInstrumentBuilder. OISFixFloatFutures(JulianDate dtSpot, java.lang.String strCurrency, java.lang.String[] astrEffectiveTenor, java.lang.String[] astrMaturityTenor, double[] adblCoupon, boolean bFund)
Construct an Array of OTC OIS Fix-Float Futures