public interface TenorFixingDateProvider<T extends TenorDateSubjectInfo>
Modifier and Type | Method and Description |
---|---|
String |
getCaption(T subjectInfo)
Returns the caption for the currency pair provided in the subject info.
|
void |
getFixingDatesForTenorDates(T subjectInfo,
Map<Tenor,String> tenorDates,
Callback<Map<Tenor,String>> callback)
Called by the API to provide fixing dates for tenors.
|
boolean |
hasFixingDates(T subjectInfo)
Return true or false if the subject info, which also contains the currency pair, has fixing dates
for that currency pair's tenor dates.
|
void getFixingDatesForTenorDates(T subjectInfo, Map<Tenor,String> tenorDates, Callback<Map<Tenor,String>> callback)
subjectInfo
- The subject info for the Tenor Dates request.tenorDates
- The map of tenors to dates, provided earlier.callback
- The callback, which should be called with a map of tenors to fixing dates.boolean hasFixingDates(T subjectInfo)
subjectInfo
- The subject info for a tenor date request.String getCaption(T subjectInfo)
subjectInfo
- The subject info for the tenor request.Copyright © 2015 Caplin Systems.