| Contact | Donate | Imprint |
| Country | ExchangeModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) IsoCode | STRING | Country | ||
| (2) Name | STRING | Country | ||
| (3) Region | STRING | Country |
Example:
final Country country = (Country) invokeModule(EXCHANGE_MODULE + "/country/" + id, Country.class);| Exchange | ExchangeModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) Currency | STRING | Exchange | ||
| (2) FoundedDate | DATE | Exchange | ||
| (3) IsElectronic | BOOL | Exchange | ||
| (4) ListingsCount | INT | Exchange | ||
| (5) LocationCity | INT | Exchange | City | CityModule |
| (6) LocationCountry | INT | Exchange | Country | ExchangeModule |
| (7) MarketCapUsd | DOUBLE | Exchange | ||
| (8) Name | STRING | Exchange | ||
| (9) OwnerCompany | INT | Exchange | Company | CompanyModule |
| (10) Type | STRING | Exchange | ||
| (11) Website | STRING | Exchange |
Example:
final Exchange exchange = (Exchange) invokeModule(EXCHANGE_MODULE + "/exchange/" + id, Exchange.class);| Inspection | ExchangeModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Inspection | ||
| (2) Exchange | INT | Inspection | Exchange | ExchangeModule |
| (3) InspectionDate | DATE | Inspection | ||
| (4) IsAntitrustRelated | BOOL | Inspection | ||
| (5) Regulator | INT | Inspection | Regulator | RegulatorModule |
Example:
final Inspection inspection = (Inspection) invokeModule(EXCHANGE_MODULE + "/inspection/" + id, Inspection.class);| Contact | Donate | Imprint |