public class FinancialMarketsStatisticsDepositAndLendingClient extends AbstractClient
Client which handles financial markets statistics deposit and lending data fetching.
| Constructor and Description |
|---|
FinancialMarketsStatisticsDepositAndLendingClient()
Default constructor.
|
FinancialMarketsStatisticsDepositAndLendingClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getBanksDepositRates()
Fetch all banks deposit rates data.
|
List<ResponseModel> |
getBanksDepositRates(Collection<String> referenceSectors,
Collection<Integer> counterpartySectors,
Collection<String> agreements,
Collection<Integer> originalRateFixations,
Collection<String> months)
Fetch all banks deposit rates data which match the input constraints.
|
List<ResponseModel> |
getLendingRatesBreakdownByPurpose()
Fetch all lending rates breakdown by purpose data.
|
List<ResponseModel> |
getLendingRatesBreakdownByPurpose(Collection<String> referenceSectors,
Collection<String> counterpartySectors,
Collection<String> agreements,
Collection<String> purposes,
Collection<String> months)
Fetch all lending rates breakdown by purpose data which match the input
constraints.
|
List<ResponseModel> |
getLendingRatesBreakdownByRemainingMaturity()
Fetch all lending rates breakdown by remaining maturity data.
|
List<ResponseModel> |
getLendingRatesBreakdownByRemainingMaturity(Collection<String> referenceSectors,
Collection<Integer> counterpartySectors,
Collection<String> remainingMaturities,
Collection<String> months)
Fetch all lending rates breakdown by remaining maturity data which match the
input constraints.
|
List<ResponseModel> |
getLendingRatesToHouseholdsAndNonFinancialCorporationsBreakdownByMaturity()
Fetch all lending rates to households and non-financial corporations breakdown
by maturity data.
|
List<ResponseModel> |
getLendingRatesToHouseholdsAndNonFinancialCorporationsBreakdownByMaturity(Collection<String> referenceSectors,
Collection<String> counterpartySectors,
Collection<String> agreements,
Collection<String> originalRateFixations,
Collection<String> months)
Fetch all lending rates to households and non-financial corporations breakdown
by maturity data which match the input constraints.
|
List<ResponseModel> |
getLendingRatesToHouseholdsForHousingLoansBreakdownByMaturity()
Fetch all lending rates to households for housing loans breakdown by maturity
data.
|
List<ResponseModel> |
getLendingRatesToHouseholdsForHousingLoansBreakdownByMaturity(Collection<String> referenceSectors,
Collection<String> counterpartySectors,
Collection<String> agreements,
Collection<String> originalRateFixations,
Collection<String> months)
Fetch all lending rates to households for housing loans breakdown by maturity
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 FinancialMarketsStatisticsDepositAndLendingClient()
Default constructor.
public FinancialMarketsStatisticsDepositAndLendingClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getLendingRatesBreakdownByRemainingMaturity()
Fetch all lending rates breakdown by remaining maturity data.
ResponseModel
objectsgetLendingRatesBreakdownByRemainingMaturity(Collection, Collection,
Collection, Collection)public List<ResponseModel> getLendingRatesBreakdownByRemainingMaturity(Collection<String> referenceSectors, Collection<Integer> counterpartySectors, Collection<String> remainingMaturities, Collection<String> months)
Fetch all lending rates breakdown by remaining maturity data which match the input constraints.
referenceSectors - the reference sectorscounterpartySectors - the counterparty sectorsremainingMaturities - the remaining maturitiesmonths - the monthsResponseModel
objectspublic List<ResponseModel> getLendingRatesToHouseholdsForHousingLoansBreakdownByMaturity()
Fetch all lending rates to households for housing loans breakdown by maturity data.
ResponseModel
objectsgetLendingRatesToHouseholdsForHousingLoansBreakdownByMaturity(Collection,
Collection, Collection, Collection, Collection)public List<ResponseModel> getLendingRatesToHouseholdsForHousingLoansBreakdownByMaturity(Collection<String> referenceSectors, Collection<String> counterpartySectors, Collection<String> agreements, Collection<String> originalRateFixations, Collection<String> months)
Fetch all lending rates to households for housing loans breakdown by maturity data which match the input constraints.
referenceSectors - the reference sectorscounterpartySectors - the counterparty sectorsagreements - the agreementsoriginalRateFixations - the original rate fixationsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getLendingRatesToHouseholdsAndNonFinancialCorporationsBreakdownByMaturity()
Fetch all lending rates to households and non-financial corporations breakdown by maturity data.
ResponseModel
objectsgetLendingRatesToHouseholdsAndNonFinancialCorporationsBreakdownByMaturity(Collection,
Collection, Collection, Collection, Collection)public List<ResponseModel> getLendingRatesToHouseholdsAndNonFinancialCorporationsBreakdownByMaturity(Collection<String> referenceSectors, Collection<String> counterpartySectors, Collection<String> agreements, Collection<String> originalRateFixations, Collection<String> months)
Fetch all lending rates to households and non-financial corporations breakdown by maturity data which match the input constraints.
referenceSectors - the reference sectorscounterpartySectors - the counterparty sectorsagreements - the agreementsoriginalRateFixations - the original rate fixationsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getLendingRatesBreakdownByPurpose()
Fetch all lending rates breakdown by purpose data.
ResponseModel
objectsgetLendingRatesBreakdownByPurpose(Collection, Collection, Collection,
Collection, Collection)public List<ResponseModel> getLendingRatesBreakdownByPurpose(Collection<String> referenceSectors, Collection<String> counterpartySectors, Collection<String> agreements, Collection<String> purposes, Collection<String> months)
Fetch all lending rates breakdown by purpose data which match the input constraints.
referenceSectors - the reference sectorscounterpartySectors - the counterparty sectorsagreements - the agreementspurposes - the purposesmonths - the monthsResponseModel
objectspublic List<ResponseModel> getBanksDepositRates()
Fetch all banks deposit rates data.
ResponseModel
objectsgetBanksDepositRates(Collection, Collection, Collection, Collection,
Collection)public List<ResponseModel> getBanksDepositRates(Collection<String> referenceSectors, Collection<Integer> counterpartySectors, Collection<String> agreements, Collection<Integer> originalRateFixations, Collection<String> months)
Fetch all banks deposit rates data which match the input constraints.
referenceSectors - the reference sectorscounterpartySectors - the counterparty sectorsagreements - the agreementsoriginalRateFixations - the original rate fixationsmonths - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.