Uses of Interface
com.walkfares.calendar.Calendar
-
Uses of Calendar in com.walkfares.calendar
Classes in com.walkfares.calendar that implement Calendar Modifier and Type Class Description class
BlockCalendar
class
BusinessCalendar
class
CombinedHolidayCalendar
class
DailyCalendar
class
HolidayCalendar
class
HourBlockCalendar
class
IntradayCalendar
class
MonthlyCalendar
class
OffsetDailyCalendar
class
SparseCalendar
class
WeeklyCalendar
Methods in com.walkfares.calendar that return Calendar Modifier and Type Method Description static Calendar
CalendarFactory. getCalendarFromCode(String code)
Calendar
IntradayCalendar. getDayCalendar()
Calendar
CurveDate. getTradingCalendar()
default Calendar
Calendar. newInstance()
Calendar
SparseCalendar. newInstance()
Methods in com.walkfares.calendar that return types with arguments of type Calendar Modifier and Type Method Description static List<Calendar>
CalendarFactory. getCalendars()
Methods in com.walkfares.calendar with parameters of type Calendar Modifier and Type Method Description static void
CalendarFactory. add(Calendar cal)
default UTCDate
Calendar. endOfPeriod(Calendar from, UTCDate start)
UTCDate
SparseCalendar. endOfPeriod(Calendar from, UTCDate start)
UTCDate
ExpiryRule. getExpiry(Calendar tradingCalendar, UTCDate startOfDelivery)
static UTCDate
DateHelper. parse(String d, Calendar calendar)
static UTCDate
DateHelper. parse(String d, Calendar calendar, String timezone)
static UTCDate
DateHelper. parseRuleDate(String d, Calendar calendar)
static com.google.gson.JsonElement
CalendarFactory. serialize(Calendar calendar)
IntradayCalendar
IntradayCalendar. setDayCalendar(Calendar dayCalendar)
Constructors in com.walkfares.calendar with parameters of type Calendar Constructor Description BlockCalendar(Calendar dayCalendar, IntradayCalendar observedCalendar, int start, int end)
HourBlockCalendar(Calendar dayCalendar, int start, int end)
IntradayCalendar(String code, String name, long period, Calendar dayCalendar)
-
Uses of Calendar in com.walkfares.calendar.adaptor
Methods in com.walkfares.calendar.adaptor that return Calendar Modifier and Type Method Description Calendar
CalendarAdaptor. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
Methods in com.walkfares.calendar.adaptor with parameters of type Calendar Modifier and Type Method Description com.google.gson.JsonElement
CalendarAdaptor. serialize(Calendar src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Uses of Calendar in com.walkfares.calendar.daterule
Methods in com.walkfares.calendar.daterule with parameters of type Calendar Modifier and Type Method Description DateRuleGrammar
DateRuleGrammar. setCalendar(Calendar calendar)
-
Uses of Calendar in com.walkfares.calendar.expiry
Methods in com.walkfares.calendar.expiry that return Calendar Modifier and Type Method Description Calendar
FinancialExpiryCalendar. getBase()
Calendar
FinancialExpiryCalendar. getCross()
Calendar
ExpiryCalendar. getTradingCalendar()
Methods in com.walkfares.calendar.expiry with parameters of type Calendar Modifier and Type Method Description static UTCDate
ExpiryDateGrammar. getExpiry(Calendar tradingCalendar, UTCDate start, String code)
UTCDate
GrammarExpiryRule. getExpiry(Calendar tradingCalendar, UTCDate start)
UTCDate
ExpiryRuleOptions. performOffset(Calendar tradingCalendar, UTCDate expiry)
ExpiryCalendar
ExpiryCalendar. setTradingCalendar(Calendar tradingCalendar)
Constructors in com.walkfares.calendar.expiry with parameters of type Calendar Constructor Description ExpiryCalendar(String code, Calendar tradingCalendar)
ExpiryCalendar(String code, String name, Calendar tradingCalendar)
ExpiryDateGrammar(Calendar tradingCalendar, UTCDate start)
ExpiryExceptions(Calendar tradingCalendar, UTCDate start)
FinancialExpiryCalendar(String code, Calendar tradingCalendar, Calendar cross, Calendar base)
FinancialExpiryCalendar(String code, Calendar tradingCalendar, Calendar cross, Calendar base, int offset)
-
Uses of Calendar in com.walkfares.odsl.conversion.scale
Methods in com.walkfares.odsl.conversion.scale with parameters of type Calendar Modifier and Type Method Description double
BaseInterpolator. average(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
Interpolator. average(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
BaseInterpolator. beginning(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
Interpolator. beginning(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
BaseInterpolator. delta(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
Interpolator. delta(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
BaseInterpolator. end(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
CubicSpline. end(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
Interpolator. end(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
LinearSpline. end(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
NoneInterpolator. end(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
BaseInterpolator. high(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
Interpolator. high(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
BaseInterpolator. low(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
Interpolator. low(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
VarTimeSeries
Aggregation. scale(OpenDSLContext context, VarTimeSeries input, Calendar to, ScaleOptions options)
VarTimeSeries
Distribution. scale(OpenDSLContext context, VarTimeSeries input, Calendar to, ScaleOptions options)
VarTimeSeries
Scale. scale(OpenDSLContext context, VarTimeSeries input, Calendar to, ScaleOptions options)
static VarTimeSeries
ScalingHelper. scale(OpenDSLContext context, VarTimeSeries input, Calendar to, ScaleOptions options)
double
BaseInterpolator. sum(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
CubicSpline. sum(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
Interpolator. sum(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
LinearSpline. sum(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
-
Uses of Calendar in com.walkfares.odsl.var
Methods in com.walkfares.odsl.var that return Calendar Modifier and Type Method Description Calendar
VarCalendar. getCalendar()
Methods in com.walkfares.odsl.var with parameters of type Calendar Modifier and Type Method Description VarCalendar
VarCalendar. setCalendar(Calendar calendar)
-
Uses of Calendar in com.walkfares.odsl.var.basic
Methods in com.walkfares.odsl.var.basic with parameters of type Calendar Modifier and Type Method Description static VarMatrix
VarConversion. CurveToMatrix(OpenDSLContext context, VarCurve curve, Calendar rc, boolean addAverage)
static VarMatrix
VarConversion. TimeseriesToMatrix(OpenDSLContext context, VarTimeSeries timeSeries, Calendar rc, boolean fill)
-
Uses of Calendar in com.walkfares.odsl.var.curve
Methods in com.walkfares.odsl.var.curve with parameters of type Calendar Modifier and Type Method Description VarMatrix
VarCurve. toMatrix(OpenDSLContext context, Calendar rc, boolean addAverage)
-
Uses of Calendar in com.walkfares.odsl.var.timeseries
Methods in com.walkfares.odsl.var.timeseries with parameters of type Calendar Modifier and Type Method Description VarMatrix
VarTimeSeries. toMatrix(OpenDSLContext context, Calendar rc, boolean fill)
Constructors in com.walkfares.odsl.var.timeseries with parameters of type Calendar Constructor Description VarTimeSeries(Calendar calendar)
VarTimeSeries(UTCDate start, Calendar calendar)
VarTimeSeries(UTCDate start, Calendar calendar, double[] data)
VarTimeSeries(UTCDate start, Calendar calendar, VarList data)
VarTimeSeries(UTCDate start, Calendar calendar, List<Var> data)