Uses of Class
com.walkfares.odsl.var.VarExpiryCalendar
Package | Description |
---|---|
com.walkfares.function | |
com.walkfares.odsl | |
com.walkfares.odsl.var | |
com.walkfares.odsl.var.adaptor | |
com.walkfares.odsl.var.curve |
-
Uses of VarExpiryCalendar in com.walkfares.function
Methods in com.walkfares.function that return VarExpiryCalendar Modifier and Type Method Description VarExpiryCalendar
Constructors. ExpiryCalendar(VarScalar code)
VarExpiryCalendar
Constructors. ExpiryCalendar(Var holiday)
VarExpiryCalendar
Constructors. FinancialExpiryCalendar(VarScalar code, Var holiday, Var cross, Var base, VarScalar offset)
-
Uses of VarExpiryCalendar in com.walkfares.odsl
Methods in com.walkfares.odsl that return types with arguments of type VarExpiryCalendar Modifier and Type Method Description ODSLCache<VarExpiryCalendar>
OpenDSLContext. getExpiryCalendarCache()
-
Uses of VarExpiryCalendar in com.walkfares.odsl.var
Methods in com.walkfares.odsl.var that return VarExpiryCalendar Modifier and Type Method Description VarExpiryCalendar
VarExpiryCalendar. setCalendar(ExpiryCalendar calendar)
-
Uses of VarExpiryCalendar in com.walkfares.odsl.var.adaptor
Methods in com.walkfares.odsl.var.adaptor that return VarExpiryCalendar Modifier and Type Method Description VarExpiryCalendar
VarExpiryCalendarAdaptor. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
Methods in com.walkfares.odsl.var.adaptor with parameters of type VarExpiryCalendar Modifier and Type Method Description com.google.gson.JsonElement
VarExpiryCalendarAdaptor. serialize(VarExpiryCalendar src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Uses of VarExpiryCalendar in com.walkfares.odsl.var.curve
Methods in com.walkfares.odsl.var.curve that return VarExpiryCalendar Modifier and Type Method Description VarExpiryCalendar
VarCurveDate. getCalendar()
Constructors in com.walkfares.odsl.var.curve with parameters of type VarExpiryCalendar Constructor Description VarCurveDate(UTCDate date, VarExpiryCalendar calendar)
VarCurveDate(VarDate date, VarExpiryCalendar calendar)
VarCurveDate(VarScalar scalar, VarExpiryCalendar calendar)
VarCurveDate(String date, VarExpiryCalendar calendar)
VarCurveDate(LocalDate date, VarExpiryCalendar calendar)