Package | Description |
---|---|
org.drip.state.creator | |
org.drip.state.curve |
Modifier and Type | Method and Description |
---|---|
static ZeroCurve |
ZeroCurveBuilder.CreateZeroCurve(int iFreqZC,
java.lang.String strDCZC,
java.lang.String strCalendarZC,
boolean bApplyEOMAdjZC,
java.util.List<CashflowPeriod> lsCouponPeriod,
double dblWorkoutDate,
double dblCashPayDate,
DiscountCurve dc,
QuotingParams quotingParams,
double dblZCBump)
ZeroCurve constructor from period, work-out, settle, and quoting parameters
|
static ZeroCurve |
ZeroCurveBuilder.FromByteArray(byte[] ab)
Create a Zero curve instance from the byte array
|
Modifier and Type | Class and Description |
---|---|
class |
DerivedZeroRate
DerivedZeroRate implements the delegated ZeroCurve functionality.
|