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 FixFloatComponentDeliverableSwapFutures. 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 FixFloatComponentFixedFloatSwapConvention. 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 FixFloatComponentDualStreamComponentBuilder. 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 FixFloatComponentOTCInstrumentBuilder. FixFloatCustom(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String maturityTenor)Construct a Standard Fix Float Swap Instancesstatic FixFloatComponent[]OTCInstrumentBuilder. FixFloatCustom(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String[] maturityTenorArray)Construct an Array of Custom Fix Float Swap Instancesstatic FixFloatComponent[]OTCInstrumentBuilder. FixFloatStandard(JulianDate spotDate, java.lang.String currency, java.lang.String location, java.lang.String[] maturityTenorArray, java.lang.String index, double coupon)Construct an Array of OTC Fix Float Swaps using the specified Input Parametersstatic FixFloatComponentOTCInstrumentBuilder. FixFloatStandard(JulianDate spotDate, java.lang.String currency, java.lang.String location, java.lang.String maturityTenor, java.lang.String index, double coupon)Construct an OTC Standard Fix Float Swap using the specified Input Parametersstatic FixFloatComponent[]OTCInstrumentBuilder. OISFixFloat(JulianDate spotDate, java.lang.String currency, java.lang.String[] maturityTenorArray, double[] couponArray, boolean useFundingCurve)Construct an Array of OTC Fix Float OIS Instancesstatic FixFloatComponentOTCInstrumentBuilder. OISFixFloat(JulianDate spotDate, java.lang.String currency, java.lang.String maturityTenor, double coupon, boolean useFundingCurve)Construct an Instance of OTC OIS Fix Float Swapstatic FixFloatComponent[]OTCInstrumentBuilder. OISFixFloatFutures(JulianDate spotDate, java.lang.String currency, java.lang.String[] effectiveTenorArray, java.lang.String[] maturityTenorArray, double[] couponArray, boolean useFundingCurve)Construct an Array of OTC OIS Fix-Float Futures