Uses of Class
com.walkfares.odsl.var.curve.VarCurveDate
Package | Description |
---|---|
com.walkfares.function | |
com.walkfares.odsl.var.adaptor | |
com.walkfares.odsl.var.curve |
-
Uses of VarCurveDate in com.walkfares.function
Methods in com.walkfares.function with parameters of type VarCurveDate Modifier and Type Method Description Var
Constructors. Contract(VarCurveDate ondate, VarScalar tenor, VarScalar value)
Var
Constructors. Contract(VarCurveDate ondate, VarScalar tenor, VarScalar value, VarDate start, VarDate end)
Var
Constructors. Contract(VarCurveDate ondate, VarScalar tenor, VarScalar value, VarScalar absolute, VarDate start, VarDate end, VarDate expiry)
Var
Constructors. Curve(VarCurveDate ondate)
Var
Constructors. CurveSeries(VarCalendar calendar, VarCurveDate ondate)
Var
Constructors. CurveSeries(Var calendar, VarCurveDate ondate, VarList data)
Var
Constructors. CurveSeries(Var calendar, VarCurveDate ondate, Var start, VarList data)
VarEvent
Constructors. Event(VarCurveDate ondate, String tenor)
-
Uses of VarCurveDate in com.walkfares.odsl.var.adaptor
Methods in com.walkfares.odsl.var.adaptor that return VarCurveDate Modifier and Type Method Description VarCurveDate
VarCurveDateAdaptor. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
Methods in com.walkfares.odsl.var.adaptor with parameters of type VarCurveDate Modifier and Type Method Description com.google.gson.JsonElement
VarCurveDateAdaptor. serialize(VarCurveDate src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Uses of VarCurveDate in com.walkfares.odsl.var.curve
Methods in com.walkfares.odsl.var.curve that return VarCurveDate Modifier and Type Method Description VarCurveDate
VarContract. getOndate()
VarCurveDate
VarCurve. getOndate()
VarCurveDate
VarCurveSeries. getOndate()
VarCurveDate
VarCurveDate. setTimezone(String timezone)
Methods in com.walkfares.odsl.var.curve with parameters of type VarCurveDate Modifier and Type Method Description VarContract
VarContract. setOndate(VarCurveDate ondate)
VarEventCurve
VarEventCurve. setOndate(VarCurveDate ondate)
Constructors in com.walkfares.odsl.var.curve with parameters of type VarCurveDate Constructor Description VarContract(VarCurveDate ondate, String tenor, String value)
VarCurve(VarCurveDate ondate)
VarCurve(String id, VarCurveDate ondate)
VarCurveSeries(VarCalendar calendar, VarCurveDate ondate)
VarCurveSeries(VarCalendar calendar, VarCurveDate ondate, UTCDate start, VarList data)
VarCurveSeries(VarCalendar calendar, VarCurveDate ondate, VarList data)