Uses of Class
com.caplin.motif.fx.common.Tenor
-
Packages that use Tenor Package Description com.caplin.motif.fx.calendar Classes and interfaces relating to tenor dates and settlement dates.com.caplin.motif.fx.common com.caplin.motif.fx.trading.block Classes and interfaces that relate to block trading. -
-
Uses of Tenor in com.caplin.motif.fx.calendar
Method parameters in com.caplin.motif.fx.calendar with type arguments of type Tenor Modifier and Type Method Description void
TenorCutoffProvider. getCutoffsForTenors(T subjectInfo, java.util.Set<Tenor> tenors, Callback<java.util.Map<Tenor,java.lang.Boolean>> callback)
Called by the API to provide tenor cutoff information.void
TenorCutoffProvider. getCutoffsForTenors(T subjectInfo, java.util.Set<Tenor> tenors, Callback<java.util.Map<Tenor,java.lang.Boolean>> callback)
Called by the API to provide tenor cutoff information.void
NdfDateProvider. getFixingDatesForTenorDates(T subjectInfo, java.util.Map<Tenor,java.lang.String> tenorDates, Callback<java.util.Map<Tenor,java.lang.String>> callback)
Called by the API to provide fixing dates for tenors.void
NdfDateProvider. getFixingDatesForTenorDates(T subjectInfo, java.util.Map<Tenor,java.lang.String> tenorDates, Callback<java.util.Map<Tenor,java.lang.String>> callback)
Called by the API to provide fixing dates for tenors.void
CancellableTenorDateRequestListener. getTenorDates(T subjectInfo, Callback<java.util.Map<Tenor,java.lang.String>> callback)
Called when a request for tenor dates for the specified currency pair is made from the frontend.static <T> void
DateUtilities. removeOrReplaceSwapTenors(java.util.Map<Tenor,T> tenorMap)
-
Uses of Tenor in com.caplin.motif.fx.common
Fields in com.caplin.motif.fx.common declared as Tenor Modifier and Type Field Description static Tenor
Tenor. _10M
10 Months.static Tenor
Tenor. _11M
11 Months.static Tenor
Tenor. _15M
15 Months.static Tenor
Tenor. _18M
18 Months.static Tenor
Tenor. _1D
One Day after SPOT.static Tenor
Tenor. _1M
1 Month.static Tenor
Tenor. _1W
1 Week.static Tenor
Tenor. _1Y
1 Year.static Tenor
Tenor. _21M
21 Months.static Tenor
Tenor. _2M
2 Months.static Tenor
Tenor. _2W
2 Weeks.static Tenor
Tenor. _2Y
2 Years.static Tenor
Tenor. _3M
3 Months.static Tenor
Tenor. _3W
3 Weeks.static Tenor
Tenor. _3Y
3 Years.static Tenor
Tenor. _4M
4 Months.static Tenor
Tenor. _4W
4 Weeksstatic Tenor
Tenor. _4Y
4 Years.static Tenor
Tenor. _5M
5 Months.static Tenor
Tenor. _5Y
5 Years.static Tenor
Tenor. _6M
6 Months.static Tenor
Tenor. _7M
7 months.static Tenor
Tenor. _8M
8 Months.static Tenor
Tenor. _9M
9 Months.static Tenor
Tenor. _BROKEN
Broken Date.static Tenor
Tenor. _ON
Overnight (SWAP Only).static Tenor
Tenor. _SN
Spot Next.static Tenor
Tenor. _SPOT
SPOT.static Tenor
Tenor. _TN
Tomorrow Next (SWAP Only).static Tenor
Tenor. _TODAY
Today.static Tenor
Tenor. _TOM
Tomorrow.Methods in com.caplin.motif.fx.common that return Tenor Modifier and Type Method Description static Tenor
Tenor. getValue(java.lang.String tenorStr)
Parses the specified tenor string (in the format "1M" or "SPOT" etc) into one of the static Tenor objects.Methods in com.caplin.motif.fx.common that return types with arguments of type Tenor Modifier and Type Method Description static java.util.List<Tenor>
Tenor. values()
Returns a list containing all of the default Tenors defined as fields in this class. -
Uses of Tenor in com.caplin.motif.fx.trading.block
Methods in com.caplin.motif.fx.trading.block that return Tenor Modifier and Type Method Description Tenor
BlockTradeLeg. getStartTenor()
Tenor
BlockTradeLeg. getTenor()
Returns the tenor
-