| Package | Description |
|---|---|
| com.github.dannil.scbjavaclient.client.financialmarkets.shareholders |
Package which contains all clients for finance shareholders data.
|
| com.github.dannil.scbjavaclient.model.financialmarkets.shareholders |
Package which contains the models for financial markets shareholders data.
|
| Modifier and Type | Method and Description |
|---|---|
List<OwnershipOfShares> |
FinancialMarketsShareholdersClient.getOwnershipOfShares()
Fetch all ownership of shares data.
|
List<OwnershipOfShares> |
FinancialMarketsShareholdersClient.getOwnershipOfShares(Collection<String> sectors,
Collection<String> halfYears)
Fetch all ownership of shares data which match the input constraints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OwnershipOfSharesByMarketplace
Model for ownership of shares by marketplace data.
|
class |
OwnershipOfSharesBySeries
Model for ownership of shares by series data.
|
Copyright © 2017. All rights reserved.