public class FinancialMarketsSecuritiesClient extends AbstractClient
Client which handles financial markets securities data fetching.
| Constructor and Description |
|---|
FinancialMarketsSecuritiesClient()
Default constructor.
|
FinancialMarketsSecuritiesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<MaturityStructure> |
getMaturityStructure()
Fetch all maturity structure data.
|
List<MaturityStructure> |
getMaturityStructure(Collection<Integer> sectors,
Collection<String> maturities,
Collection<String> currencies,
Collection<String> months)
Fetch all maturity structure data which match the input constraints.
|
List<OutstandingAndIssuedAmount> |
getOutstandingAndIssuedAmount()
Fetch all outstanding and issued amount data.
|
List<OutstandingAndIssuedAmount> |
getOutstandingAndIssuedAmount(Collection<Integer> sectors,
Collection<String> items,
Collection<String> currencies,
Collection<String> months)
Fetch all outstanding and issued amount data which match the input
constraints.
|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getRootUrl, setLocale, setLocalizationLocalepublic FinancialMarketsSecuritiesClient()
Default constructor.
public FinancialMarketsSecuritiesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<MaturityStructure> getMaturityStructure()
Fetch all maturity structure data.
MaturityStructure objectsgetMaturityStructure(Collection, Collection, Collection, Collection)public List<MaturityStructure> getMaturityStructure(Collection<Integer> sectors, Collection<String> maturities, Collection<String> currencies, Collection<String> months)
Fetch all maturity structure data which match the input constraints.
sectors - the sectors to fetch data formaturities - the maturities to fetch data forcurrencies - the currencies to fetch data formonths - the months to fetch data forMaturityStructure objectspublic List<OutstandingAndIssuedAmount> getOutstandingAndIssuedAmount()
Fetch all outstanding and issued amount data.
OutstandingAndIssuedAmount objectsgetOutstandingAndIssuedAmount(Collection, Collection, Collection, Collection)public List<OutstandingAndIssuedAmount> getOutstandingAndIssuedAmount(Collection<Integer> sectors, Collection<String> items, Collection<String> currencies, Collection<String> months)
Fetch all outstanding and issued amount data which match the input constraints.
sectors - the sectors to fetch data foritems - the items to fetch data forcurrencies - the currencies to fetch data formonths - the months to fetch data forOutstandingAndIssuedAmount objectspublic String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.