Uses of Interface
com.caplin.motif.fx.calendar.Callback
Package
Description
Classes and interfaces relating to tenor dates and settlement dates.
-
Uses of Callback in com.caplin.motif.fx.calendar
Modifier and TypeMethodDescriptionvoid
TenorCutoffProvider.getCutoffsForTenors
(T subjectInfo, Set<Tenor> tenors, Callback<Map<Tenor, Boolean>> callback) Called by the API to provide tenor cutoff information.void
SettlementFixingDateProvider.getFixingDatesForSettlementDates
(S subjectInfo, Set<String> settlementDates, Callback<Map<String, String>> callback) Called by the API to provide fixing dates for the settlement dates.void
NdfDateProvider.getFixingDatesForTenorDates
(T subjectInfo, Map<Tenor, String> tenorDates, Callback<Map<Tenor, String>> callback) Called by the API to provide fixing dates for tenors.default void
NdfDateProvider.getFixingSources
(T subjectInfo, Callback<List<String>> callback) Called by the API to provide fixing sources.void
NdfDateProvider.getMinimumTenorDate
(T subjectInfo, Callback<String> callback) Returns the earliest allowed tenor date for the given information.default void
NdfDateProvider.getSettlementCurrencies
(T subjectInfo, Callback<List<String>> callback) Called by the API to provide settlement currencies.void
CancellableSettlementDateRequestListener.getSettlementDates
(S subjectInfo, Callback<Set<String>> callback) Called when a request for the valid settlement or business dates for the specified currency pair, year and month.void
CancellableTenorDateRequestListener.getTenorDates
(T subjectInfo, Callback<Map<Tenor, String>> callback) Called when a request for tenor dates for the specified currency pair is made from the frontend.