Uses of Class
org.drip.product.params.BondStream
Package | Description |
---|---|
org.drip.product.creator |
Streams and Products Construction Utilities
|
org.drip.product.credit |
Credit Products - Components and Baskets
|
org.drip.product.definition |
Fixed Income Components/Baskets Definitions
|
org.drip.product.params |
Fixed Income Product Customization Parameters
|
-
Uses of BondStream in org.drip.product.creator
Methods in org.drip.product.creator that return BondStream Modifier and Type Method Description BondStream
BondProductBuilder. getPeriodGenParams()
Get the Bond's Period Generation ParametersMethods in org.drip.product.creator with parameters of type BondStream Modifier and Type Method Description static BondComponent
BondBuilder. CreateBondFromParams(TreasuryBenchmarks tsyParams, IdentifierSet idParams, CouponSetting cpnParams, FloaterSetting fltParams, QuoteConvention mktConv, CreditSetting crValParams, TerminationSetting cfteParams, BondStream periodParams, NotionalSetting notlParams)
Create the full generic bond object from the complete set of parameters -
Uses of BondStream in org.drip.product.credit
Methods in org.drip.product.credit that return BondStream Modifier and Type Method Description BondStream
BondComponent. stream()
Methods in org.drip.product.credit with parameters of type BondStream Modifier and Type Method Description boolean
BondComponent. setStream(BondStream stream)
-
Uses of BondStream in org.drip.product.definition
Methods in org.drip.product.definition that return BondStream Modifier and Type Method Description BondStream
BondProduct. stream()
Retrieve the Bond StreamMethods in org.drip.product.definition with parameters of type BondStream Modifier and Type Method Description boolean
BondProduct. setStream(BondStream stream)
Set the bond Stream -
Uses of BondStream in org.drip.product.params
Methods in org.drip.product.params that return BondStream Modifier and Type Method Description static BondStream
BondStream. Create(int iMaturityDate, int iEffectiveDate, int iFinalMaturityDate, int iFirstCouponDate, int iInterestAccrualStartDate, int iFreq, double dblCoupon, java.lang.String strCouponDC, java.lang.String strAccrualDC, DateAdjustParams dapPay, DateAdjustParams dapReset, DateAdjustParams dapMaturity, DateAdjustParams dapEffective, DateAdjustParams dapPeriodEnd, DateAdjustParams dapAccrualEnd, DateAdjustParams dapPeriodStart, DateAdjustParams dapAccrualStart, java.lang.String strMaturityType, boolean bPeriodsFromForward, java.lang.String strCalendar, java.lang.String strCurrency, FloaterLabel floaterLabel, EntityCDSLabel creditLabel)
Construct and Instance of BondStream from the specified Parametersstatic BondStream
BondStream. FromFirstPenultimateCouponDate(int iMaturityDate, int iEffectiveDate, int iFinalMaturityDate, int iFirstCouponDate, int iPenultimateCouponDate, int iFreq, double dblCoupon, java.lang.String strCouponDC, java.lang.String strAccrualDC, DateAdjustParams dapPay, DateAdjustParams dapReset, DateAdjustParams dapMaturity, DateAdjustParams dapEffective, DateAdjustParams dapPeriodEnd, DateAdjustParams dapAccrualEnd, DateAdjustParams dapPeriodStart, DateAdjustParams dapAccrualStart, java.lang.String strMaturityType, boolean bPeriodsFromForward, java.lang.String strCalendar, java.lang.String strCurrency, FloaterLabel floaterLabel, EntityCDSLabel creditLabel)
Construct an Instance of BondStream from the First/Penultimate Dates using the specified Parameters