public class FinancialMarketsStatisticsClaimsAndLiabilitiesClient extends AbstractClient
Client which handles financial markets statistics claims and liabilities data fetching.
| Constructor and Description |
|---|
FinancialMarketsStatisticsClaimsAndLiabilitiesClient()
Default constructor.
|
FinancialMarketsStatisticsClaimsAndLiabilitiesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getClaimsAndLiabilitiesOutsideSweden()
Fetch all claims and liabilities outside Sweden data.
|
List<ResponseModel> |
getClaimsAndLiabilitiesOutsideSweden(Collection<String> positions,
Collection<String> countryGroups,
Collection<String> counterPartySectors,
Collection<Integer> currencies,
Collection<String> quarters)
Fetch all claims and liabilities outside Sweden data which match the input
constraints.
|
List<ResponseModel> |
getConsolidatedClaimsOutsideSweden()
Fetch all consolidated claims outside Sweden data.
|
List<ResponseModel> |
getConsolidatedClaimsOutsideSweden(Collection<String> positions,
Collection<String> countryGroups,
Collection<String> counterPartySectors,
Collection<String> quarters)
Fetch all consolidated claims outside Sweden data which match the input
constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic FinancialMarketsStatisticsClaimsAndLiabilitiesClient()
Default constructor.
public FinancialMarketsStatisticsClaimsAndLiabilitiesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getClaimsAndLiabilitiesOutsideSweden()
Fetch all claims and liabilities outside Sweden data.
ResponseModel
objectsgetClaimsAndLiabilitiesOutsideSweden(Collection, Collection, Collection,
Collection, Collection)public List<ResponseModel> getClaimsAndLiabilitiesOutsideSweden(Collection<String> positions, Collection<String> countryGroups, Collection<String> counterPartySectors, Collection<Integer> currencies, Collection<String> quarters)
Fetch all claims and liabilities outside Sweden data which match the input constraints.
positions - the positionscountryGroups - the country groupscounterPartySectors - the counter party sectorscurrencies - the currenciesquarters - the quartersResponseModel
objectspublic List<ResponseModel> getConsolidatedClaimsOutsideSweden()
Fetch all consolidated claims outside Sweden data.
ResponseModel
objectsgetConsolidatedClaimsOutsideSweden(Collection, Collection, Collection,
Collection)public List<ResponseModel> getConsolidatedClaimsOutsideSweden(Collection<String> positions, Collection<String> countryGroups, Collection<String> counterPartySectors, Collection<String> quarters)
Fetch all consolidated claims outside Sweden data which match the input constraints.
positions - the positionscountryGroups - the country groupscounterPartySectors - the counter party sectorsquarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.