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 classBlockCalendarclassBusinessCalendarclassCombinedHolidayCalendarclassDailyCalendarclassHolidayCalendarclassHourBlockCalendarclassIntradayCalendarclassMonthlyCalendarclassOffsetDailyCalendarclassSparseCalendarclassWeeklyCalendarMethods in com.walkfares.calendar that return Calendar Modifier and Type Method Description static CalendarCalendarFactory. getCalendarFromCode(String code)CalendarIntradayCalendar. getDayCalendar()CalendarCurveDate. getTradingCalendar()default CalendarCalendar. newInstance()CalendarSparseCalendar. 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 voidCalendarFactory. add(Calendar cal)default UTCDateCalendar. endOfPeriod(Calendar from, UTCDate start)UTCDateSparseCalendar. endOfPeriod(Calendar from, UTCDate start)UTCDateExpiryRule. getExpiry(Calendar tradingCalendar, UTCDate startOfDelivery)static UTCDateDateHelper. parse(String d, Calendar calendar)static UTCDateDateHelper. parse(String d, Calendar calendar, String timezone)static UTCDateDateHelper. parseRuleDate(String d, Calendar calendar)static com.google.gson.JsonElementCalendarFactory. serialize(Calendar calendar)IntradayCalendarIntradayCalendar. 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 CalendarCalendarAdaptor. 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.JsonElementCalendarAdaptor. 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 DateRuleGrammarDateRuleGrammar. 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 CalendarFinancialExpiryCalendar. getBase()CalendarFinancialExpiryCalendar. getCross()CalendarExpiryCalendar. getTradingCalendar()Methods in com.walkfares.calendar.expiry with parameters of type Calendar Modifier and Type Method Description static UTCDateExpiryDateGrammar. getExpiry(Calendar tradingCalendar, UTCDate start, String code)UTCDateGrammarExpiryRule. getExpiry(Calendar tradingCalendar, UTCDate start)UTCDateExpiryRuleOptions. performOffset(Calendar tradingCalendar, UTCDate expiry)ExpiryCalendarExpiryCalendar. 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 doubleBaseInterpolator. average(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleInterpolator. average(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleBaseInterpolator. beginning(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleInterpolator. beginning(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleBaseInterpolator. delta(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleInterpolator. delta(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleBaseInterpolator. end(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleCubicSpline. end(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleInterpolator. end(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleLinearSpline. end(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleNoneInterpolator. end(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleBaseInterpolator. high(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleInterpolator. high(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleBaseInterpolator. low(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleInterpolator. low(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)VarTimeSeriesAggregation. scale(OpenDSLContext context, VarTimeSeries input, Calendar to, ScaleOptions options)VarTimeSeriesDistribution. scale(OpenDSLContext context, VarTimeSeries input, Calendar to, ScaleOptions options)VarTimeSeriesScale. scale(OpenDSLContext context, VarTimeSeries input, Calendar to, ScaleOptions options)static VarTimeSeriesScalingHelper. scale(OpenDSLContext context, VarTimeSeries input, Calendar to, ScaleOptions options)doubleBaseInterpolator. sum(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleCubicSpline. sum(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleInterpolator. sum(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)doubleLinearSpline. 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 CalendarVarCalendar. getCalendar()Methods in com.walkfares.odsl.var with parameters of type Calendar Modifier and Type Method Description VarCalendarVarCalendar. 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 VarMatrixVarConversion. CurveToMatrix(OpenDSLContext context, VarCurve curve, Calendar rc, boolean addAverage)static VarMatrixVarConversion. 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 VarMatrixVarCurve. 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 VarMatrixVarTimeSeries. 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)