Uses of Class
org.drip.product.rates.Stream
Package | Description |
---|---|
org.drip.analytics.support |
Assorted Support and Helper Utilities
|
org.drip.exposure.generator |
Rates Stream Margin Period Exposure
|
org.drip.market.otc |
OTC Dual Stream Option Container
|
org.drip.product.creator |
Streams and Products Construction Utilities
|
org.drip.product.fra |
Standard/Market FRAs - Caps/Floors
|
org.drip.product.params |
Fixed Income Product Customization Parameters
|
org.drip.product.rates |
Fixed Income Multi-Stream Components
|
-
Uses of Stream in org.drip.analytics.support
Methods in org.drip.analytics.support that return Stream Modifier and Type Method Description static Stream[]
ForwardDecompositionUtil. SinglePeriodStreamDecompose(Stream fs, int iNumPeriodsToAccumulate)
Decompose the Stream into an Array of Single Forward Period Floating StreamsMethods in org.drip.analytics.support with parameters of type Stream Modifier and Type Method Description static Stream[]
ForwardDecompositionUtil. SinglePeriodStreamDecompose(Stream fs, int iNumPeriodsToAccumulate)
Decompose the Stream into an Array of Single Forward Period Floating Streams -
Uses of Stream in org.drip.exposure.generator
Methods in org.drip.exposure.generator that return Stream Modifier and Type Method Description Stream
StreamMPoR. stream()
Retrieve the Underlying Stream InstanceConstructors in org.drip.exposure.generator with parameters of type Stream Constructor Description FixedStreamMPoR(Stream stream, double notional)
FixedStreamMPoR ConstructorFloatStreamMPoR(Stream stream, double notional)
FloatStreamMPoR Constructor -
Uses of Stream in org.drip.market.otc
Methods in org.drip.market.otc that return Stream Modifier and Type Method Description Stream
FixedStreamConvention. createStream(JulianDate dtEffective, java.lang.String strMaturityTenor, double dblCoupon, double dblNotional)
Create a Fixed Stream InstanceStream
FloatStreamConvention. createStream(JulianDate dtEffective, java.lang.String strMaturityTenor, double dblBasis, double dblNotional)
Create a Floating Stream Instance -
Uses of Stream in org.drip.product.creator
Methods in org.drip.product.creator with parameters of type Stream 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 Streamsstatic FloatFloatComponent
DualStreamComponentBuilder. MakeFloatFloat(Stream floatReference, Stream floatDerived, CashSettleParams csp)
Make the FloatFloatComponent Instance from the Reference and the Derived Floating Streams -
Uses of Stream in org.drip.product.fra
Methods in org.drip.product.fra that return Stream Modifier and Type Method Description Stream
FRAStandardCapFloor. stream()
Retrieve the Stream Instance Underlying the CapConstructors in org.drip.product.fra with parameters of type Stream Constructor Description FRAMarketComponent(java.lang.String strName, Stream stream, double dblStrike, CashSettleParams csp)
FRAMarketComponent constructorFRAStandardCapFloor(java.lang.String strName, Stream stream, java.lang.String strManifestMeasure, boolean bIsCap, double dblStrike, LastTradingDateSetting ltds, CashSettleParams csp, FokkerPlanckGenerator fpg)
FRAStandardCapFloor constructorFRAStandardComponent(java.lang.String strName, Stream stream, double dblStrike, CashSettleParams csp)
FRAStandardComponent constructor -
Uses of Stream in org.drip.product.params
Subclasses of Stream in org.drip.product.params Modifier and Type Class Description class
BondStream
BondStream is the place-holder for the bond period generation parameters. -
Uses of Stream in org.drip.product.rates
Methods in org.drip.product.rates that return Stream Modifier and Type Method Description abstract Stream
DualStreamComponent. derivedStream()
Retrieve the Derived StreamStream
FixFloatComponent. derivedStream()
Stream
FloatFloatComponent. derivedStream()
Stream[]
RatesBasket. getFixedStreamComponents()
Retrieve the array of the fixed stream componentsStream[]
RatesBasket. getFloatStreamComponents()
Retrieve the array of the float stream componentsabstract Stream
DualStreamComponent. referenceStream()
Retrieve the Reference StreamStream
FixFloatComponent. referenceStream()
Stream
FloatFloatComponent. referenceStream()
Stream
SingleStreamComponent. stream()
Retrieve the Stream InstanceConstructors in org.drip.product.rates with parameters of type Stream Constructor 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 constructorSingleStreamComponent(java.lang.String strName, Stream stream, CashSettleParams csp)
SingleStreamComponent constructor