| Contact | Donate | Imprint |
| IndexConstituent | ListingModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) EffectiveFrom | DATE | IndexConstituent | ||
| (2) EffectiveTo | DATE | IndexConstituent | ||
| (3) Index | INT | IndexConstituent | Index | ListingModule |
| (4) Listing | INT | IndexConstituent | Listing | ListingModule |
| (5) WeightPercent | DOUBLE | IndexConstituent |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /indexconstituent/{id} | findIndexConstituentById(id) | ListingModule | GET | IndexConstituent |
| (2) /indexconstituent | insertIndexConstituent(indexconstituent) | ListingModule | POST | IndexConstituent |
| (3) /indexconstituent/{id} | deleteIndexConstituentById(id) | ListingModule | DELETE | IndexConstituent |
| (4) /indexconstituent | findAllIndexConstituent() | ListingModule | GET | IndexConstituent |
| (5) /indexconstituent/index/{id} | findAllIndexConstituentOfIndex(id) | ListingModule | GET | Index IndexConstituent |
| (6) /indexconstituent/{id} | updateIndexConstituentById(indexconstituent) | ListingModule | PUT | IndexConstituent |
| (7) /indexconstituent/listing/{id} | findAllIndexConstituentOfListing(id) | ListingModule | GET | Listing IndexConstituent |
Example:
final IndexConstituent indexconstituent = (IndexConstituent) invokeModule(LISTING_MODULE + "/indexconstituent/" + id, IndexConstituent.class);| Contact | Donate | Imprint |