| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) Company | Company | CompanyModule | Nasdaq |
| (2) Event | Event | SustainabilityInitiativeModule | Nasdaq |
| (3) Exchange | Exchange | ExchangeModule | Nasdaq |
| (4) ExchangeMembershipInInitiative | ExchangeMembershipInInitiative | SustainabilityInitiativeModule | Nasdaq |
| (5) MergerAttempt | MergerAttempt | SustainabilityInitiativeModule | Nasdaq |
| (6) SustainabilityInitiative | SustainabilityInitiative | SustainabilityInitiativeModule | Nasdaq |
| Event | SustainabilityInitiativeModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Event | ||
| (2) EventDate | DATE | Event | ||
| (3) EventType | STRING | Event | ||
| (4) Exchange | INT | Event | Exchange | ExchangeModule |
| (5) Source | STRING | Event |
Example:
final Event event = (Event) invokeModule(SUSTAINABILITY_INITIATIVE_MODULE + "/event/" + id, Event.class);| ExchangeMembershipInInitiative | SustainabilityInitiativeModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) Exchange | INT | ExchangeMembershipInInitiative | Exchange | ExchangeModule |
| (2) JoinDate | DATE | ExchangeMembershipInInitiative | ||
| (3) SustainabilityInitiative | INT | ExchangeMembershipInInitiative | SustainabilityInitiative | SustainabilityInitiativeModule |
Example:
final ExchangeMembershipInInitiative exchangemembershipininitiative = (ExchangeMembershipInInitiative) invokeModule(SUSTAINABILITY_INITIATIVE_MODULE + "/exchangemembershipininitiative/" + id, ExchangeMembershipInInitiative.class);| MergerAttempt | SustainabilityInitiativeModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) AnnouncementDate | DATE | MergerAttempt | ||
| (2) BidderExchange | INT | MergerAttempt | Exchange | ExchangeModule |
| (3) PartnerCompany | INT | MergerAttempt | Company | CompanyModule |
| (4) ReasonWithdrawn | STRING | MergerAttempt | ||
| (5) Status | STRING | MergerAttempt | ||
| (6) TargetExchange | INT | MergerAttempt | Exchange | ExchangeModule |
| (7) WithdrawnDate | DATE | MergerAttempt |
Example:
final MergerAttempt mergerattempt = (MergerAttempt) invokeModule(SUSTAINABILITY_INITIATIVE_MODULE + "/mergerattempt/" + id, MergerAttempt.class);| SustainabilityInitiative | SustainabilityInitiativeModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | SustainabilityInitiative | ||
| (2) LaunchDate | DATE | SustainabilityInitiative | ||
| (3) Name | STRING | SustainabilityInitiative | ||
| (4) SponsorOrganization | STRING | SustainabilityInitiative |
Example:
final SustainabilityInitiative sustainabilityinitiative = (SustainabilityInitiative) invokeModule(SUSTAINABILITY_INITIATIVE_MODULE + "/sustainabilityinitiative/" + id, SustainabilityInitiative.class);| Contact | Donate | Imprint |