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 VarConstructors. Contract(VarCurveDate ondate, VarScalar tenor, VarScalar value)VarConstructors. Contract(VarCurveDate ondate, VarScalar tenor, VarScalar value, VarDate start, VarDate end)VarConstructors. Contract(VarCurveDate ondate, VarScalar tenor, VarScalar value, VarScalar absolute, VarDate start, VarDate end, VarDate expiry)VarConstructors. Curve(VarCurveDate ondate)VarConstructors. CurveSeries(VarCalendar calendar, VarCurveDate ondate)VarConstructors. CurveSeries(Var calendar, VarCurveDate ondate, VarList data)VarConstructors. CurveSeries(Var calendar, VarCurveDate ondate, Var start, VarList data)VarEventConstructors. 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 VarCurveDateVarCurveDateAdaptor. 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.JsonElementVarCurveDateAdaptor. 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 VarCurveDateVarContract. getOndate()VarCurveDateVarCurve. getOndate()VarCurveDateVarCurveSeries. getOndate()VarCurveDateVarCurveDate. setTimezone(String timezone)Methods in com.walkfares.odsl.var.curve with parameters of type VarCurveDate Modifier and Type Method Description VarContractVarContract. setOndate(VarCurveDate ondate)VarEventCurveVarEventCurve. 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)