public class FinancialMarketsStatisticsStatisticsClient extends AbstractClient
Client which handles financial markets statistics statistics data fetching.
| Constructor and Description |
|---|
FinancialMarketsStatisticsStatisticsClient()
Default constructor.
|
FinancialMarketsStatisticsStatisticsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getAssetsAndLiabilities()
Fetch all assets and liabilities data.
|
List<ResponseModel> |
getAssetsAndLiabilities(Collection<String> institutions,
Collection<String> itemsAndCounterPartSectors,
Collection<String> months)
Fetch all assets and liabilities data which match the input constraints.
|
List<ResponseModel> |
getFinancialSoundnessIndicators()
Fetch all financial soundness indicators data.
|
List<ResponseModel> |
getFinancialSoundnessIndicators(Collection<String> indicators,
Collection<String> quarters)
Fetch all financial soundness indicators data which match the input
constraints.
|
List<ResponseModel> |
getMoneySupply()
Fetch all money supply data.
|
List<ResponseModel> |
getMoneySupply(Collection<String> moneySupplies,
Collection<String> months)
Fetch all money supply 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 FinancialMarketsStatisticsStatisticsClient()
Default constructor.
public FinancialMarketsStatisticsStatisticsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getAssetsAndLiabilities()
Fetch all assets and liabilities data.
ResponseModel
objectsgetAssetsAndLiabilities(Collection, Collection, Collection)public List<ResponseModel> getAssetsAndLiabilities(Collection<String> institutions, Collection<String> itemsAndCounterPartSectors, Collection<String> months)
Fetch all assets and liabilities data which match the input constraints.
institutions - the institutionsitemsAndCounterPartSectors - the items and counter part sectorsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getFinancialSoundnessIndicators()
Fetch all financial soundness indicators data.
ResponseModel
objectsgetFinancialSoundnessIndicators(Collection, Collection)public List<ResponseModel> getFinancialSoundnessIndicators(Collection<String> indicators, Collection<String> quarters)
Fetch all financial soundness indicators data which match the input constraints.
indicators - the indicatorsquarters - the quartersResponseModel
objectspublic List<ResponseModel> getMoneySupply()
Fetch all money supply data.
ResponseModel
objectsgetMoneySupply(Collection, Collection)public List<ResponseModel> getMoneySupply(Collection<String> moneySupplies, Collection<String> months)
Fetch all money supply data which match the input constraints.
moneySupplies - the money suppliesmonths - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.