Skip navigation links
A B C D F G I J L M N S W Y 

A

addMonths(LocalDate, int) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCurrencyDateCalculator
 
adjustDate(LocalDate, int, NonWorkingDayChecker<LocalDate>) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateForwardHandler
 
adjustDate(LocalDate, int, NonWorkingDayChecker<LocalDate>) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateForwardUnlessNegativeHandler
 
adjustDate(LocalDate, int, NonWorkingDayChecker<LocalDate>) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateModifiedFollowingHandler
 

B

backwardCalculator(String) - Static method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 
buildCurrencyDateCalculator(CurrencyDateCalculatorBuilder<LocalDate>) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 

C

calculateNextDay(LocalDate) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCurrencyDateCalculator
 
calendarWeekDay(LocalDate) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCurrencyDateCalculator
 
checkBoundary(LocalDate) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
 
clone(LocalDate) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
 
compareDate(LocalDate, LocalDate, boolean) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
 
createNewCalculator(String, LocalDate, HolidayCalendar<LocalDate>, HolidayHandler<LocalDate>) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
 

D

dayDiff(LocalDate, LocalDate, PeriodCountBasis) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDatePeriodCountCalculator
 
DEFAULT - Static variable in class net.objectlab.kit.datecalc.jdk8.Jdk8WorkingWeek
 
defaultCurrencyDateCalculatorBuilder(String, String, SpotLag) - Static method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 

F

forwardCalculator(String) - Static method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 
forwardCurrencyDateCalculator(String, String, SpotLag) - Static method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 
forwardUnlessMovingBackCalculator(String) - Static method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 

G

getDateCalculator(String, String) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
Create a new DateCalculator for a given name and type of handling.
getDefaultCurrencyDateCalculator(String, String, SpotLag) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 
getDefaultCurrencyDateCalculatorBuilder(String, String, SpotLag) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
Return a builder using the registered calendars/working weeks and a Modified Forward Holiday handler for the currency pair; this does NOT copy the calendars or Currency Config.
getDefaultInstance() - Static method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 
getHolidayHandler(String) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 
getIMMDateCalculator() - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 
getIMMDates(LocalDate, LocalDate, IMMPeriod) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateIMMDateCalculator
Returns a list of IMM dates between 2 dates, it will exclude the start date if it is an IMM date but would include the end date if it is an IMM.
getNextIMMDate(boolean, LocalDate, IMMPeriod) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateIMMDateCalculator
 
getNumberOfBusinessDaysBetween(LocalDate, LocalDate) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
 
getPeriodCountCalculator() - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 
getToday() - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
 
getType() - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateBackwardHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateForwardHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateForwardUnlessNegativeHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateModifiedFollowingHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateModifiedPrecedingHandler
Give the type name for this algorithm.

I

isIMMDate(LocalDate) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateIMMDateCalculator
Checks if a given date is an official IMM Date (3rd Wednesdays of March/June/Sept/Dec.
isWeekend(LocalDate) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
is the date a non-working day according to the WorkingWeek?
isWorkingDay(LocalDate) - Method in class net.objectlab.kit.datecalc.jdk8.Jdk8WorkingWeek
 
isWorkingDayFromDateTimeConstant(DayOfWeek) - Method in class net.objectlab.kit.datecalc.jdk8.Jdk8WorkingWeek
 

J

jdk8ToCalendarDayConstant(DayOfWeek) - Static method in class net.objectlab.kit.datecalc.jdk8.Jdk8WorkingWeek
 
Jdk8WorkingWeek - Class in net.objectlab.kit.datecalc.jdk8
Immutable class representing a WorkingWeek for the Joda implementation.
Jdk8WorkingWeek() - Constructor for class net.objectlab.kit.datecalc.jdk8.Jdk8WorkingWeek
 
Jdk8WorkingWeek(byte) - Constructor for class net.objectlab.kit.datecalc.jdk8.Jdk8WorkingWeek
 
Jdk8WorkingWeek(WorkingWeek) - Constructor for class net.objectlab.kit.datecalc.jdk8.Jdk8WorkingWeek
 

L

LocalDateBackwardHandler - Class in net.objectlab.kit.datecalc.jdk8
A backward handler will move the date backward if it falls on a non working day.
LocalDateBackwardHandler() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateBackwardHandler
 
LocalDateCalculator - Class in net.objectlab.kit.datecalc.jdk8
This class is used via the DateCalculator interface, it enables the handling of different HolidayHandler, if no HolidayHandler is defined, the calendar will NOT move a date, even if it falls on a holiday or weekend.
LocalDateCalculator() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
 
LocalDateCalculator(String, LocalDate, HolidayCalendar<LocalDate>, HolidayHandler<LocalDate>) - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
 
LocalDateCurrencyDateCalculator - Class in net.objectlab.kit.datecalc.jdk8
JDK8 Date implementation for currency date calculator.
LocalDateCurrencyDateCalculator(CurrencyDateCalculatorBuilder<LocalDate>) - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateCurrencyDateCalculator
 
LocalDateForwardHandler - Class in net.objectlab.kit.datecalc.jdk8
A Forward handler will move the date forward if it falls on a non working day.
LocalDateForwardHandler() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateForwardHandler
 
LocalDateForwardUnlessNegativeHandler - Class in net.objectlab.kit.datecalc.jdk8
A Forward handler will move the date forward if it falls on a non working day.
LocalDateForwardUnlessNegativeHandler() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateForwardUnlessNegativeHandler
 
LocalDateIMMDateCalculator - Class in net.objectlab.kit.datecalc.jdk8
Joda LocalDate based implementation of the IMMDateCalculator.
LocalDateIMMDateCalculator() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateIMMDateCalculator
 
LocalDateKitCalculatorsFactory - Class in net.objectlab.kit.datecalc.jdk8
The default factory for getting Joda LocalDate based calculators.
LocalDateKitCalculatorsFactory() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 
LocalDateModifiedFollowingHandler - Class in net.objectlab.kit.datecalc.jdk8
A modified following handler will move the date forward if it falls on a non working day BUT, if the new date falls into another month, it will revert to moving backward until it finds a working day.
LocalDateModifiedFollowingHandler() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateModifiedFollowingHandler
 
LocalDateModifiedPrecedingHandler - Class in net.objectlab.kit.datecalc.jdk8
A modified preceding handler will move the date backward if it falls on a non working day BUT, if the new date falls into another month, it will revert to moving forward until it finds a working day.
LocalDateModifiedPrecedingHandler() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateModifiedPrecedingHandler
 
LocalDatePeriodCountCalculator - Class in net.objectlab.kit.datecalc.jdk8
Joda LocalDatePeriod based implementation of the PeriodCountCalculator.
LocalDatePeriodCountCalculator() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDatePeriodCountCalculator
 

M

max(LocalDate, LocalDate) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCurrencyDateCalculator
 
modifiedFollowingCalculator(String) - Static method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 
modifiedPrecedingCalculator(String) - Static method in class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
 
monthDiff(LocalDate, LocalDate, PeriodCountBasis) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDatePeriodCountCalculator
 
moveByDays(int) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
 
moveByMonths(int) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
 
moveCurrentDate(BaseCalculator<LocalDate>) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateBackwardHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(BaseCalculator<LocalDate>) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateForwardHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(BaseCalculator<LocalDate>) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateForwardUnlessNegativeHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(BaseCalculator<LocalDate>) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateModifiedFollowingHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(BaseCalculator<LocalDate>) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateModifiedPrecedingHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.

N

net.objectlab.kit.datecalc.jdk8 - package net.objectlab.kit.datecalc.jdk8
This package implements the DateCalculator interfaces using JDK8

S

setWorkingWeek(WorkingWeek) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
Set the working week.

W

withWorkingDayFromDateTimeConstant(boolean, DayOfWeek) - Method in class net.objectlab.kit.datecalc.jdk8.Jdk8WorkingWeek
Return a new JodaWorkingWeek if the status for the given day has changed.

Y

yearDiff(LocalDate, LocalDate, PeriodCountBasis) - Method in class net.objectlab.kit.datecalc.jdk8.LocalDatePeriodCountCalculator
 
A B C D F G I J L M N S W Y 
Skip navigation links

Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.