Uses of Class
com.walkfares.calendar.UTCDate
-
Uses of UTCDate in com.walkfares.calendar
Subclasses of UTCDate in com.walkfares.calendar Modifier and Type Class Description class
CurveDate
CurveDate is an extension of UTCDate with an attached Expiry Calendarclass
TimeZonedDate
Methods in com.walkfares.calendar that return UTCDate Modifier and Type Method Description UTCDate
CombinedHolidayCalendar. align(UTCDate date)
UTCDate
DailyCalendar. align(UTCDate date)
UTCDate
OffsetDailyCalendar. align(UTCDate date)
UTCDate
WeeklyCalendar. align(UTCDate d)
UTCDate
Calendar. alignBackwards(UTCDate date)
UTCDate
CombinedHolidayCalendar. alignBackwards(UTCDate date)
UTCDate
DailyCalendar. alignBackwards(UTCDate date)
UTCDate
HolidayCalendar. alignBackwards(UTCDate date)
UTCDate
IntradayCalendar. alignBackwards(UTCDate date)
UTCDate
MonthlyCalendar. alignBackwards(UTCDate date)
UTCDate
OffsetDailyCalendar. alignBackwards(UTCDate date)
UTCDate
SparseCalendar. alignBackwards(UTCDate date)
UTCDate
WeeklyCalendar. alignBackwards(UTCDate date)
UTCDate
Calendar. alignForwards(UTCDate date)
UTCDate
CombinedHolidayCalendar. alignForwards(UTCDate date)
UTCDate
DailyCalendar. alignForwards(UTCDate date)
UTCDate
HolidayCalendar. alignForwards(UTCDate date)
UTCDate
IntradayCalendar. alignForwards(UTCDate date)
UTCDate
MonthlyCalendar. alignForwards(UTCDate date)
UTCDate
OffsetDailyCalendar. alignForwards(UTCDate date)
UTCDate
SparseCalendar. alignForwards(UTCDate date)
UTCDate
WeeklyCalendar. alignForwards(UTCDate date)
UTCDate
OffsetDailyCalendar. deAlign(UTCDate date)
default UTCDate
Calendar. endOfPeriod(Calendar from, UTCDate start)
UTCDate
SparseCalendar. endOfPeriod(Calendar from, UTCDate start)
UTCDate
ExpiryRule. getDeliveryEnd(CurveDate curveDate, PeriodCode pc)
UTCDate
ExpiryRule. getDeliveryStart(CurveDate curveDate, PeriodCode pc)
UTCDate
CurveDate. getEnd(PeriodCode pc)
UTCDate
CurveDate. getExpiry(PeriodCode pc)
Get the expiry date of a contract.UTCDate
ExpiryRule. getExpiry(Calendar tradingCalendar, UTCDate startOfDelivery)
UTCDate
UTCDateRange. getFrom()
UTCDate
CurveDate. getPeriodStart(PeriodCode pc)
UTCDate
CurveDate. getStart(PeriodCode pc)
UTCDate
UTCDateRange. getTo()
UTCDate
UTCDate. inTimezone(String timezone)
Creates a new UTCDate from this date converted to a date/time in the supplied timezoneUTCDate
CurveDate. minus(long amount, TemporalUnit unit)
UTCDate
CurveDate. minus(Duration duration)
UTCDate
CurveDate. minus(Period period)
UTCDate
UTCDate. minus(long amount, TemporalUnit unit)
UTCDate
UTCDate. minus(Duration duration)
UTCDate
UTCDate. minus(Period period)
default UTCDate
Calendar. move(UTCDate start, int days)
static UTCDate
DateHelper. moveDate(UTCDate start, int period, String time, boolean back)
UTCDate
Calendar. nextInterval(UTCDate from)
UTCDate
CombinedHolidayCalendar. nextInterval(UTCDate from)
UTCDate
DailyCalendar. nextInterval(UTCDate from)
UTCDate
HolidayCalendar. nextInterval(UTCDate from)
UTCDate
IntradayCalendar. nextInterval(UTCDate from)
UTCDate
MonthlyCalendar. nextInterval(UTCDate from)
UTCDate
OffsetDailyCalendar. nextInterval(UTCDate from)
UTCDate
SparseCalendar. nextInterval(UTCDate from)
UTCDate
WeeklyCalendar. nextInterval(UTCDate from)
static UTCDate
UTCDate. of(int year, int month, int day)
static UTCDate
UTCDate. of(int year, int month, int day, int hour, int minute)
static UTCDate
UTCDate. of(int year, int month, int day, int hour, int minute, int second)
static UTCDate
UTCDate. of(long epochMilli)
static UTCDate
DateHelper. parse(String d)
static UTCDate
DateHelper. parse(String d, Calendar calendar)
static UTCDate
DateHelper. parse(String d, Calendar calendar, String timezone)
static UTCDate
DateHelper. parse(String d, String format)
static UTCDate
DateHelper. parse(String d, String format, String locale)
static UTCDate
DateHelper. parseDateWithOffset(String d)
static UTCDate
DateHelper. parseISO_DATE(String d)
static UTCDate
DateHelper. parseISO_DATE_TIME(String d)
static UTCDate
DateHelper. parseOnDate(String d)
static UTCDate
DateHelper. parsePeriodCode(String d)
static UTCDate
DateHelper. parseRuleDate(String d)
static UTCDate
DateHelper. parseRuleDate(String d, Calendar calendar)
static UTCDate
DateHelper. parseWithTimeZone(String d, String format, String tz)
UTCDate
CurveDate. plus(long amount, TemporalUnit unit)
UTCDate
CurveDate. plus(Duration duration)
UTCDate
CurveDate. plus(Period period)
UTCDate
UTCDate. plus(long amount, TemporalUnit unit)
UTCDate
UTCDate. plus(Duration duration)
UTCDate
UTCDate. plus(Period period)
UTCDate
Calendar. prevInterval(UTCDate from)
UTCDate
CombinedHolidayCalendar. prevInterval(UTCDate from)
UTCDate
DailyCalendar. prevInterval(UTCDate from)
UTCDate
HolidayCalendar. prevInterval(UTCDate from)
UTCDate
IntradayCalendar. prevInterval(UTCDate from)
UTCDate
MonthlyCalendar. prevInterval(UTCDate from)
UTCDate
OffsetDailyCalendar. prevInterval(UTCDate from)
UTCDate
SparseCalendar. prevInterval(UTCDate from)
UTCDate
WeeklyCalendar. prevInterval(UTCDate from)
UTCDate
UTCDate. setUseTime(boolean useTime)
UTCDate
UTCDate. with(TemporalAdjuster adjuster)
UTCDate
UTCDate. with(TemporalField field, long value)
UTCDate
UTCDate. withString(String date)
UTCDate
UTCDate. withTimezone(String timezone)
Creates a new UTCDate from this date being the local date in the passed in timezoneMethods in com.walkfares.calendar that return types with arguments of type UTCDate Modifier and Type Method Description List<UTCDate>
SparseCalendar. getIndexes()
List<UTCDate>
Calendar. getIntervals(UTCDate from, int number)
List<UTCDate>
Calendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
CombinedHolidayCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
CombinedHolidayCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
DailyCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
DailyCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
HolidayCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
HolidayCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
IntradayCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
IntradayCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
MonthlyCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
MonthlyCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
OffsetDailyCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
OffsetDailyCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
SparseCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
SparseCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
WeeklyCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
WeeklyCalendar. getIntervals(UTCDate from, UTCDate to)
Methods in com.walkfares.calendar with parameters of type UTCDate Modifier and Type Method Description UTCDate
CombinedHolidayCalendar. align(UTCDate date)
UTCDate
DailyCalendar. align(UTCDate date)
UTCDate
OffsetDailyCalendar. align(UTCDate date)
UTCDate
WeeklyCalendar. align(UTCDate d)
UTCDate
Calendar. alignBackwards(UTCDate date)
UTCDate
CombinedHolidayCalendar. alignBackwards(UTCDate date)
UTCDate
DailyCalendar. alignBackwards(UTCDate date)
UTCDate
HolidayCalendar. alignBackwards(UTCDate date)
UTCDate
IntradayCalendar. alignBackwards(UTCDate date)
UTCDate
MonthlyCalendar. alignBackwards(UTCDate date)
UTCDate
OffsetDailyCalendar. alignBackwards(UTCDate date)
UTCDate
SparseCalendar. alignBackwards(UTCDate date)
UTCDate
WeeklyCalendar. alignBackwards(UTCDate date)
UTCDate
Calendar. alignForwards(UTCDate date)
UTCDate
CombinedHolidayCalendar. alignForwards(UTCDate date)
UTCDate
DailyCalendar. alignForwards(UTCDate date)
UTCDate
HolidayCalendar. alignForwards(UTCDate date)
UTCDate
IntradayCalendar. alignForwards(UTCDate date)
UTCDate
MonthlyCalendar. alignForwards(UTCDate date)
UTCDate
OffsetDailyCalendar. alignForwards(UTCDate date)
UTCDate
SparseCalendar. alignForwards(UTCDate date)
UTCDate
WeeklyCalendar. alignForwards(UTCDate date)
int
UTCDateComparator. compare(UTCDate o1, UTCDate o2)
int
UTCDate. compareTo(UTCDate o)
UTCDate
OffsetDailyCalendar. deAlign(UTCDate date)
default UTCDate
Calendar. endOfPeriod(Calendar from, UTCDate start)
UTCDate
SparseCalendar. endOfPeriod(Calendar from, UTCDate start)
default int
Calendar. ensureIndex(UTCDate date)
int
SparseCalendar. ensureIndex(UTCDate date)
static String
DateHelper. format(UTCDate date, String format)
static String
DateHelper. format(UTCDate date, String format, String timezone)
UTCDate
ExpiryRule. getExpiry(Calendar tradingCalendar, UTCDate startOfDelivery)
List<UTCDate>
Calendar. getIntervals(UTCDate from, int number)
List<UTCDate>
Calendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
CombinedHolidayCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
CombinedHolidayCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
DailyCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
DailyCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
HolidayCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
HolidayCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
IntradayCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
IntradayCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
MonthlyCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
MonthlyCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
OffsetDailyCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
OffsetDailyCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
SparseCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
SparseCalendar. getIntervals(UTCDate from, UTCDate to)
List<UTCDate>
WeeklyCalendar. getIntervals(UTCDate from, int number)
List<UTCDate>
WeeklyCalendar. getIntervals(UTCDate from, UTCDate to)
boolean
BusinessCalendar. includes(UTCDate date)
boolean
Calendar. includes(UTCDate date)
boolean
CombinedHolidayCalendar. includes(UTCDate date)
boolean
DailyCalendar. includes(UTCDate date)
boolean
HolidayCalendar. includes(UTCDate date)
boolean
IntradayCalendar. includes(UTCDate date)
boolean
MonthlyCalendar. includes(UTCDate date)
boolean
OffsetDailyCalendar. includes(UTCDate date)
boolean
SparseCalendar. includes(UTCDate date)
boolean
WeeklyCalendar. includes(UTCDate date)
boolean
UTCDate. isAfter(UTCDate other)
boolean
UTCDate. isBefore(UTCDate other)
static int
DateHelper. isDaylightSavings(UTCDate date, String timezone)
boolean
CombinedHolidayCalendar. isHoliday(UTCDate date)
boolean
HolidayCalendar. isHoliday(UTCDate date)
boolean
HolidayRule. isHoliday(UTCDate date)
boolean
UTCDateRange. isWithin(UTCDate date)
default UTCDate
Calendar. move(UTCDate start, int days)
static UTCDate
DateHelper. moveDate(UTCDate start, int period, String time, boolean back)
UTCDate
Calendar. nextInterval(UTCDate from)
UTCDate
CombinedHolidayCalendar. nextInterval(UTCDate from)
UTCDate
DailyCalendar. nextInterval(UTCDate from)
UTCDate
HolidayCalendar. nextInterval(UTCDate from)
UTCDate
IntradayCalendar. nextInterval(UTCDate from)
UTCDate
MonthlyCalendar. nextInterval(UTCDate from)
UTCDate
OffsetDailyCalendar. nextInterval(UTCDate from)
UTCDate
SparseCalendar. nextInterval(UTCDate from)
UTCDate
WeeklyCalendar. nextInterval(UTCDate from)
UTCDate
Calendar. prevInterval(UTCDate from)
UTCDate
CombinedHolidayCalendar. prevInterval(UTCDate from)
UTCDate
DailyCalendar. prevInterval(UTCDate from)
UTCDate
HolidayCalendar. prevInterval(UTCDate from)
UTCDate
IntradayCalendar. prevInterval(UTCDate from)
UTCDate
MonthlyCalendar. prevInterval(UTCDate from)
UTCDate
OffsetDailyCalendar. prevInterval(UTCDate from)
UTCDate
SparseCalendar. prevInterval(UTCDate from)
UTCDate
WeeklyCalendar. prevInterval(UTCDate from)
Method parameters in com.walkfares.calendar with type arguments of type UTCDate Modifier and Type Method Description SparseCalendar
SparseCalendar. setIndexes(List<UTCDate> indexes)
Constructors in com.walkfares.calendar with parameters of type UTCDate Constructor Description CurveDate(ExpiryCalendar calendar, UTCDate date)
CurveDate(ExpiryCalendar calendar, UTCDate date, String timezone)
UTCDate(UTCDate ld)
UTCDateRange(UTCDate from, UTCDate to)
-
Uses of UTCDate in com.walkfares.calendar.adaptor
Methods in com.walkfares.calendar.adaptor that return UTCDate Modifier and Type Method Description UTCDate
UTCDateAdaptor. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
Methods in com.walkfares.calendar.adaptor with parameters of type UTCDate Modifier and Type Method Description com.google.gson.JsonElement
UTCDateAdaptor. serialize(UTCDate src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Uses of UTCDate in com.walkfares.calendar.daterule
Methods in com.walkfares.calendar.daterule that return UTCDate Modifier and Type Method Description UTCDate
DateRuleGrammar. parse(String text)
UTCDate
DateRuleGrammar. parse(String text, boolean align)
UTCDate
DateRuleGrammar. visitAbsolute(com.walkfares.calendar.daterule.grammar.DateRuleParser.AbsoluteContext ctx)
UTCDate
DateRuleGrammar. visitDaterule(com.walkfares.calendar.daterule.grammar.DateRuleParser.DateruleContext ctx)
UTCDate
DateRuleGrammar. visitRelative(com.walkfares.calendar.daterule.grammar.DateRuleParser.RelativeContext ctx)
Methods in com.walkfares.calendar.daterule with parameters of type UTCDate Modifier and Type Method Description DateRuleGrammar
DateRuleGrammar. setReferenceDate(UTCDate referenceDate)
-
Uses of UTCDate in com.walkfares.calendar.expiry
Methods in com.walkfares.calendar.expiry that return UTCDate Modifier and Type Method Description UTCDate
LimitedExpiryRule. getDate()
static UTCDate
ExpiryDateGrammar. getDelivery(CurveDate curveDate, PeriodCode pc, String code)
UTCDate
GrammarExpiryRule. getDeliveryEnd(CurveDate curveDate, PeriodCode pc)
UTCDate
GrammarExpiryRule. getDeliveryStart(CurveDate curveDate, PeriodCode pc)
static UTCDate
ExpiryDateGrammar. getExpiry(Calendar tradingCalendar, UTCDate start, String code)
UTCDate
FinancialExpiryCalendar. getExpiry(UTCDate ondate, FinancialPeriodCode periodCode)
UTCDate
GrammarExpiryRule. getExpiry(Calendar tradingCalendar, UTCDate start)
UTCDate
ExpiryRuleOptions. performOffset(Calendar tradingCalendar, UTCDate expiry)
UTCDate
ExpiryDateGrammar. visitAlign(com.walkfares.calendar.expiry.grammar.ExpiryRuleParser.AlignContext ctx)
UTCDate
ExpiryDateGrammar. visitException(com.walkfares.calendar.expiry.grammar.ExpiryRuleParser.ExceptionContext ctx)
UTCDate
ExpiryDateGrammar. visitLastday(com.walkfares.calendar.expiry.grammar.ExpiryRuleParser.LastdayContext ctx)
UTCDate
ExpiryDateGrammar. visitMoveperiod(com.walkfares.calendar.expiry.grammar.ExpiryRuleParser.MoveperiodContext ctx)
UTCDate
ExpiryDateGrammar. visitMoverel(com.walkfares.calendar.expiry.grammar.ExpiryRuleParser.MoverelContext ctx)
UTCDate
ExpiryDateGrammar. visitPenultimate(com.walkfares.calendar.expiry.grammar.ExpiryRuleParser.PenultimateContext ctx)
Methods in com.walkfares.calendar.expiry with parameters of type UTCDate Modifier and Type Method Description ExpiryCalendar
ExpiryCalendar. addRule(PeriodCodeType type, UTCDate limit, boolean before, ExpiryRule rule)
void
ExpiryRuleMap. addRule(PeriodCodeType type, UTCDate limit, boolean before, ExpiryRule rule)
static UTCDate
ExpiryDateGrammar. getExpiry(Calendar tradingCalendar, UTCDate start, String code)
UTCDate
FinancialExpiryCalendar. getExpiry(UTCDate ondate, FinancialPeriodCode periodCode)
UTCDate
GrammarExpiryRule. getExpiry(Calendar tradingCalendar, UTCDate start)
UTCDate
ExpiryRuleOptions. performOffset(Calendar tradingCalendar, UTCDate expiry)
LimitedExpiryRule
LimitedExpiryRule. setDate(UTCDate date)
Constructors in com.walkfares.calendar.expiry with parameters of type UTCDate Constructor Description ExpiryDateGrammar(Calendar tradingCalendar, UTCDate start)
ExpiryExceptions(Calendar tradingCalendar, UTCDate start)
-
Uses of UTCDate in com.walkfares.calendar.holiday
Methods in com.walkfares.calendar.holiday with parameters of type UTCDate Modifier and Type Method Description boolean
Actual. isHoliday(UTCDate date)
boolean
EasterSunday. isHoliday(UTCDate date)
boolean
Every. isHoliday(UTCDate date)
boolean
Last. isHoliday(UTCDate date)
boolean
Ordinal. isHoliday(UTCDate date)
boolean
Penultimate. isHoliday(UTCDate date)
boolean
VictoriaDay. isHoliday(UTCDate date)
-
Uses of UTCDate in com.walkfares.calendar.period
Methods in com.walkfares.calendar.period that return UTCDate Modifier and Type Method Description UTCDate
AbsolutePeriodCode. getEnd()
UTCDate
FixedPeriodCode. getEnd(CurveDate curveDate)
UTCDate
FixedPeriodCode. getExpiry(CurveDate curveDate)
UTCDate
AbsolutePeriodCode. getStart()
UTCDate
FixedPeriodCode. getStart(CurveDate curveDate)
Methods in com.walkfares.calendar.period with parameters of type UTCDate Modifier and Type Method Description AbsolutePeriodCode
AbsolutePeriodCode. withDate(UTCDate date)
-
Uses of UTCDate in com.walkfares.calendar.period.type
Methods in com.walkfares.calendar.period.type that return UTCDate Modifier and Type Method Description UTCDate
Balance.BOM. getEnd(CurveDate curveDate)
UTCDate
Balance.BOQ. getEnd(CurveDate curveDate)
UTCDate
Balance.BOW. getEnd(CurveDate curveDate)
UTCDate
Balance.BOY. getEnd(CurveDate curveDate)
UTCDate
Day.ABSOLUTE. getEnd()
UTCDate
Day.ABSOLUTE. getEnd(CurveDate curveDate)
UTCDate
Day.RELATIVE. getEnd(CurveDate curveDate)
UTCDate
DayAhead.ABSOLUTE. getEnd()
UTCDate
DayAhead.ABSOLUTE. getEnd(CurveDate curveDate)
UTCDate
DayAhead.RELATIVE. getEnd(CurveDate curveDate)
UTCDate
Financial.MONTH. getEnd(CurveDate curveDate)
UTCDate
Financial.ON. getEnd(CurveDate curveDate)
UTCDate
Financial.SN. getEnd(CurveDate curveDate)
UTCDate
Financial.SPOT. getEnd(CurveDate curveDate)
UTCDate
Financial.SW. getEnd(CurveDate curveDate)
UTCDate
Financial.TN. getEnd(CurveDate curveDate)
UTCDate
Financial.WEEK. getEnd(CurveDate curveDate)
UTCDate
Financial.YEAR. getEnd(CurveDate curveDate)
UTCDate
Short.PROMPT. getEnd(CurveDate curveDate)
UTCDate
Short.SAT. getEnd(CurveDate curveDate)
UTCDate
Short.SPOT. getEnd(CurveDate curveDate)
UTCDate
Short.SUN. getEnd(CurveDate curveDate)
UTCDate
Short.WD. getEnd(CurveDate curveDate)
UTCDate
Balance.BOM. getExpiry(CurveDate curveDate)
UTCDate
Balance.BOQ. getExpiry(CurveDate curveDate)
UTCDate
Balance.BOW. getExpiry(CurveDate curveDate)
UTCDate
Balance.BOY. getExpiry(CurveDate curveDate)
UTCDate
Day.ABSOLUTE. getExpiry(CurveDate curveDate)
UTCDate
Day.RELATIVE. getExpiry(CurveDate curveDate)
UTCDate
DayAhead.ABSOLUTE. getExpiry(CurveDate curveDate)
UTCDate
DayAhead.RELATIVE. getExpiry(CurveDate curveDate)
UTCDate
Financial.MONTH. getExpiry(CurveDate curveDate)
UTCDate
Financial.ON. getExpiry(CurveDate curveDate)
UTCDate
Financial.SN. getExpiry(CurveDate curveDate)
UTCDate
Financial.SPOT. getExpiry(CurveDate curveDate)
UTCDate
Financial.SW. getExpiry(CurveDate curveDate)
UTCDate
Financial.TN. getExpiry(CurveDate curveDate)
UTCDate
Financial.WEEK. getExpiry(CurveDate curveDate)
UTCDate
Financial.YEAR. getExpiry(CurveDate curveDate)
UTCDate
Short.PROMPT. getExpiry(CurveDate curveDate)
UTCDate
Short.SAT. getExpiry(CurveDate curveDate)
UTCDate
Short.SPOT. getExpiry(CurveDate curveDate)
UTCDate
Short.SUN. getExpiry(CurveDate curveDate)
UTCDate
Short.WD. getExpiry(CurveDate curveDate)
UTCDate
Balance.BOM. getStart(CurveDate curveDate)
UTCDate
Balance.BOQ. getStart(CurveDate curveDate)
UTCDate
Balance.BOW. getStart(CurveDate curveDate)
UTCDate
Balance.BOY. getStart(CurveDate curveDate)
UTCDate
Day.ABSOLUTE. getStart()
UTCDate
Day.ABSOLUTE. getStart(CurveDate curveDate)
UTCDate
Day.RELATIVE. getStart(CurveDate curveDate)
UTCDate
DayAhead.ABSOLUTE. getStart()
UTCDate
DayAhead.ABSOLUTE. getStart(CurveDate curveDate)
UTCDate
DayAhead.RELATIVE. getStart(CurveDate curveDate)
UTCDate
Financial.MONTH. getStart(CurveDate curveDate)
UTCDate
Financial.ON. getStart(CurveDate curveDate)
UTCDate
Financial.SN. getStart(CurveDate curveDate)
UTCDate
Financial.SPOT. getStart(CurveDate curveDate)
UTCDate
Financial.SW. getStart(CurveDate curveDate)
UTCDate
Financial.TN. getStart(CurveDate curveDate)
UTCDate
Financial.WEEK. getStart(CurveDate curveDate)
UTCDate
Financial.YEAR. getStart(CurveDate curveDate)
UTCDate
Short.PROMPT. getStart(CurveDate curveDate)
UTCDate
Short.SAT. getStart(CurveDate curveDate)
UTCDate
Short.SPOT. getStart(CurveDate curveDate)
UTCDate
Short.SUN. getStart(CurveDate curveDate)
UTCDate
Short.WD. getStart(CurveDate curveDate)
Methods in com.walkfares.calendar.period.type with parameters of type UTCDate Modifier and Type Method Description AbsolutePeriodCode
Day.ABSOLUTE. withDate(UTCDate date)
AbsolutePeriodCode
DayAhead.ABSOLUTE. withDate(UTCDate date)
-
Uses of UTCDate in com.walkfares.odsl.conversion
-
Uses of UTCDate in com.walkfares.odsl.conversion.scale
Methods in com.walkfares.odsl.conversion.scale with parameters of type UTCDate 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)
static TimeValue
ArithmeticUtils. distave(UTCDate date, double value, double pvalue, int item, int count, TimeSeriesDistribution dist)
static TimeValue
ArithmeticUtils. distsum(UTCDate date, double value, double pvalue, int item, int count, TimeSeriesDistribution dist)
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
ConstantSpline. interpolate(UTCDate d)
double
CubicSpline. interpolate(UTCDate d)
double
Interpolator. interpolate(UTCDate d)
double
LinearSpline. interpolate(UTCDate d)
double
NoneInterpolator. interpolate(UTCDate d)
double
BaseInterpolator. low(UTCDate start, UTCDate end, Calendar from, ScaleOptions options)
double
Interpolator. low(UTCDate start, UTCDate end, Calendar from, 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 UTCDate in com.walkfares.odsl.curve
Methods in com.walkfares.odsl.curve with parameters of type UTCDate Modifier and Type Method Description VarDynamicObject
CurveBuilder. build(OpenDSLContext context, ProcessRunner processRunner, VarProcess process, UTCDate date, Map<String,Var> inputdata)
VarDynamicObject
CurveBuilder. buildDynamic(OpenDSLContext context, ProcessRunner processRunner, VarProcess process, UTCDate date, Map<String,Var> inputdata, VarDynamicObject config)
Var
CurveBuilder. buildDynamicCurve(OpenDSLContext context, UTCDate date, VarDynamicObject config, String name)
VarCurve
CurveExpression. createCurve(String id, VarSmartCurve formula, OpenDSLContext context, UTCDate ondate, SmartCurveBuilder.SmartCurveBuildMethod method)
-
Uses of UTCDate in com.walkfares.odsl.report
Methods in com.walkfares.odsl.report with parameters of type UTCDate Modifier and Type Method Description VarReport
ODSLReportBuilder. createReport(VarReportConfiguration config, OpenDSLContext context, UTCDate ondate, UTCDate start, UTCDate end)
-
Uses of UTCDate in com.walkfares.odsl.service
Methods in com.walkfares.odsl.service with parameters of type UTCDate Modifier and Type Method Description double
CurrencyService. getValue(OpenDSLContext context, String dataset, String base, String ccy, String profile, UTCDate index)
-
Uses of UTCDate in com.walkfares.odsl.type
Constructors in com.walkfares.odsl.type with parameters of type UTCDate Constructor Description CurveContextPopulator(OpenDSLContext context, DynamicVar object, UTCDate ondate)
-
Uses of UTCDate in com.walkfares.odsl.util
Methods in com.walkfares.odsl.util with parameters of type UTCDate Modifier and Type Method Description static Var
ProcessHelper. getData(OpenDSLContext context, String key, String id, UTCDate date, boolean optional)
static Var
ProcessHelper. getData(OpenDSLContext context, String key, String id, UTCDate date, boolean optional, String range)
-
Uses of UTCDate in com.walkfares.odsl.var.basic
Methods in com.walkfares.odsl.var.basic that return UTCDate Modifier and Type Method Description UTCDate
VarDuration. addTo(UTCDate d)
UTCDate
VarDate. getDate()
UTCDate
VarDate. getLocalDate()
UTCDate
VarDate. inTimezone(String timezone)
UTCDate
VarDuration. substractFrom(UTCDate d)
Methods in com.walkfares.odsl.var.basic with parameters of type UTCDate Modifier and Type Method Description UTCDate
VarDuration. addTo(UTCDate d)
default Var
ListProvider. get(UTCDate index)
UTCDate
VarDuration. substractFrom(UTCDate d)
Constructors in com.walkfares.odsl.var.basic with parameters of type UTCDate Constructor Description VarDate(UTCDate date)
-
Uses of UTCDate in com.walkfares.odsl.var.curve
Methods in com.walkfares.odsl.var.curve that return UTCDate Modifier and Type Method Description UTCDate
VarCurveDates. getEnd()
UTCDate
CurveTenor. getExpiry()
Methods in com.walkfares.odsl.var.curve with parameters of type UTCDate Modifier and Type Method Description VarCurve
SmartCurveBuilder. createCurve(String id, VarSmartCurve formula, OpenDSLContext context, UTCDate ondate, SmartCurveBuilder.SmartCurveBuildMethod method)
Var
VarCurveDates. get(UTCDate date)
TimeReference
VarCurveDates. getPreviousOndate(UTCDate date)
CurveTenor
CurveTenor. setExpiry(UTCDate expiry)
void
VarCurve. withDate(UTCDate d)
void
VarCurveDates. withRange(UTCDate start, UTCDate end)
Constructors in com.walkfares.odsl.var.curve with parameters of type UTCDate Constructor Description VarCurveDate(UTCDate date, ExpiryCalendar calendar)
VarCurveDate(UTCDate date, VarExpiryCalendar calendar)
VarCurveSeries(VarCalendar calendar, VarCurveDate ondate, UTCDate start, VarList data)
-
Uses of UTCDate in com.walkfares.odsl.var.event
Methods in com.walkfares.odsl.var.event that return UTCDate Modifier and Type Method Description UTCDate
VarEvent. getEventend()
UTCDate
VarEvent. getEventstart()
UTCDate
VarEvent. getEventtime()
Methods in com.walkfares.odsl.var.event with parameters of type UTCDate Modifier and Type Method Description VarEvent
VarEvent. setEventend(UTCDate eventend)
VarEvent
VarEvent. setEventstart(UTCDate eventstart)
Constructors in com.walkfares.odsl.var.event with parameters of type UTCDate Constructor Description VarEvent(UTCDate time)
-
Uses of UTCDate in com.walkfares.odsl.var.matrix
Methods in com.walkfares.odsl.var.matrix with parameters of type UTCDate Modifier and Type Method Description Var
VarMatrixDates. get(UTCDate date)
-
Uses of UTCDate in com.walkfares.odsl.var.report
Methods in com.walkfares.odsl.var.report that return UTCDate Modifier and Type Method Description UTCDate
VarReport. getEnd()
UTCDate
VarReportDates. getEnd()
UTCDate
VarReport. getStart()
UTCDate
VarReportDates. getStart()
Methods in com.walkfares.odsl.var.report with parameters of type UTCDate Modifier and Type Method Description VarReport
ReportBuilder. createReport(VarReportConfiguration config, OpenDSLContext context, UTCDate ondate, UTCDate start, UTCDate end)
Var
VarReportDates. get(UTCDate date)
VarReport
VarReport. setEnd(UTCDate end)
VarReport
VarReport. setStart(UTCDate start)
-
Uses of UTCDate in com.walkfares.odsl.var.task
Methods in com.walkfares.odsl.var.task that return UTCDate Modifier and Type Method Description UTCDate
VarTask. getCompleted()
UTCDate
VarTask. getCreated()
Methods in com.walkfares.odsl.var.task with parameters of type UTCDate Modifier and Type Method Description VarTask
VarTask. setCompleted(UTCDate completed)
-
Uses of UTCDate in com.walkfares.odsl.var.timeseries
Methods in com.walkfares.odsl.var.timeseries that return UTCDate Modifier and Type Method Description UTCDate
VarTimeSeries. getEnd()
UTCDate
VarTimeSeries. getStart()
UTCDate
TimeReference. getTime()
UTCDate
TimeValue. getTime()
Methods in com.walkfares.odsl.var.timeseries with parameters of type UTCDate Modifier and Type Method Description VarTimeSeries
VarTimeSeries. from(UTCDate start)
Var
VarTimeSeries. get(UTCDate date)
Var
VarTimeSeries. getAbsolute(UTCDate date)
TimeValue
VarTimeSeries. getTimeValue(UTCDate date)
VarTimeSeries
VarTimeSeries. range(UTCDate start, UTCDate end)
VarTimeSeries
VarTimeSeries. setStart(UTCDate start)
TimeReference
TimeReference. setTime(UTCDate time)
TimeValue
TimeValue. setTime(UTCDate time)
void
VarTimeSeries. withRange(UTCDate start, UTCDate end)
Constructors in com.walkfares.odsl.var.timeseries with parameters of type UTCDate Constructor Description 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)