| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) Acquisition | Acquisition | CityModule | Nasdaq |
| (2) Company | Company | CompanyModule | Nasdaq |
| (3) Country | Country | ExchangeModule | Nasdaq |
| (4) Exchange | Exchange | ExchangeModule | Nasdaq |
| (5) Listing | Listing | ListingModule | Nasdaq |
| (6) MergerAttempt | MergerAttempt | SustainabilityInitiativeModule | Nasdaq |
| (7) Ownership | Ownership | MarketTierModule | Nasdaq |
| (8) Platform | Platform | CompanyModule | Nasdaq |
| (9) PlatformAdoption | PlatformAdoption | CompanyModule | Nasdaq |
| Company | CompanyModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) Country | INT | Company | Country | ExchangeModule |
| (2) FoundedDate | DATE | Company | ||
| (3) IsForeign | BOOL | Company | ||
| (4) IsTechnologyFocused | BOOL | Company | ||
| (5) Name | STRING | Company | ||
| (6) Sector | STRING | Company |
Example:
final Company company = (Company) invokeModule(COMPANY_MODULE + "/company/" + id, Company.class);| Platform | CompanyModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Platform | ||
| (2) IsCloudBased | BOOL | Platform | ||
| (3) LaunchDate | DATE | Platform | ||
| (4) Name | STRING | Platform | ||
| (5) ProviderCompany | INT | Platform | Company | CompanyModule |
Example:
final Platform platform = (Platform) invokeModule(COMPANY_MODULE + "/platform/" + id, Platform.class);| PlatformAdoption | CompanyModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) AdoptionDate | DATE | PlatformAdoption | ||
| (2) Description | STRING | PlatformAdoption | ||
| (3) Exchange | INT | PlatformAdoption | Exchange | ExchangeModule |
| (4) Platform | INT | PlatformAdoption | Platform | CompanyModule |
Example:
final PlatformAdoption platformadoption = (PlatformAdoption) invokeModule(COMPANY_MODULE + "/platformadoption/" + id, PlatformAdoption.class);| Contact | Donate | Imprint |