Overview
Summary
Contact
Donate
Imprint
Prompt for the
AladdinSystemView
Please create a React-JS view called "AladdinSystemView" for the fields of the AladdinSystem entity. The AladdinSystemView must contain the following fields: - name: Acronym type: STRING - name: AcronymExpansion type: STRING - name: Description type: STRING - name: FirstYear type: LONG - name: IsRegisteredTrademark type: BOOL - name: LinesOfCode type: LONG - name: Name type: STRING - name: OrganizationalUnit type: STRING An existing AladdinSystem entity should be loaded from the relative URL: "/AladdinSystemService/aladdinsystem/{id}" (HTTP-GET) If a new AladdinSystem entity has been created, the new entity should be posted to the relative URL: "/AladdinSystemService/aladdinsystem" (HTTP-POST) If an existing AladdinSystem entity has been updated, the modified entity should be sent to the relative URL: "/AladdinSystemService/aladdinsystem/{id}" (HTTP-PUT) If an existing AladdinSystem entity has to be deleted, the following relative URL should be called: "/AladdinSystemService/aladdinsystem/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GovernmentMandate columns: - column: AladdinSystem - column: ServiceProviderOrganization - column: ClientOrganization - column: StartDate - column: Name - column: EndDate - column: Crisis - column: MandateValue - column: Currency - column: Description The table should have the title "GovernmentMandates" und the data must be loaded from the server with the following relative URL: "/GovernmentMandateService/governmentmandate/aladdinsystem/{id}" Add a HTML table to the view with the following StressTest columns: - column: AladdinSystem - column: Description - column: StressCategory - column: ResultSummary - column: Portfolio - column: Scenario - column: MaxDrawdown - column: Name The table should have the title "StressTests" und the data must be loaded from the server with the following relative URL: "/ScenarioService/stresstest/aladdinsystem/{id}" Add a HTML table to the view with the following HistoricalDataSet columns: - column: DataSource - column: Name - column: AssetUniverseDescription - column: Description - column: StartDate - column: AladdinSystem - column: EndDate The table should have the title "HistoricalDataSets" und the data must be loaded from the server with the following relative URL: "/AladdinSystemService/historicaldataset/aladdinsystem/{id}" Add a HTML table to the view with the following AladdinCustomer columns: - column: AladdinSystem - column: InstitutionalInvestor - column: Notes - column: EndDate - column: StartDate - column: UsageScope The table should have the title "AladdinCustomers" und the data must be loaded from the server with the following relative URL: "/AladdinSystemService/aladdincustomer/aladdinsystem/{id}" Add a HTML table to the view with the following Portfolio columns: - column: InstitutionalInvestor - column: Name - column: Description - column: ManagedByOrganization - column: AladdinSystem - column: BaseCurrency - column: TotalValue The table should have the title "Portfolios" und the data must be loaded from the server with the following relative URL: "/OrganizationService/portfolio/aladdinsystem/{id}" Add a HTML table to the view with the following Criticism columns: - column: RiskType - column: Description - column: Person - column: Publication - column: Title - column: SeverityAssessment - column: AladdinSystem The table should have the title "Criticisms" und the data must be loaded from the server with the following relative URL: "/PublicationService/criticism/aladdinsystem/{id}" Add a HTML table to the view with the following AladdinDataSource columns: - column: UsagePurpose - column: DataSource - column: AladdinSystem - column: EndDate - column: StartDate The table should have the title "AladdinDataSources" und the data must be loaded from the server with the following relative URL: "/AladdinSystemService/aladdindatasource/aladdinsystem/{id}" Add a HTML table to the view with the following DataCenter columns: - column: Name - column: Description - column: Country - column: Organization - column: AladdinSystem - column: City - column: Region The table should have the title "DataCenters" und the data must be loaded from the server with the following relative URL: "/DataCenterService/datacenter/aladdinsystem/{id}" Add a HTML table to the view with the following Trademark columns: - column: Status - column: Organization - column: RegistrationNumber - column: MarkName - column: Jurisdiction - column: RegistrationDate - column: AladdinSystem The table should have the title "Trademarks" und the data must be loaded from the server with the following relative URL: "/AladdinSystemService/trademark/aladdinsystem/{id}" Add a HTML table to the view with the following SimulationRun columns: - column: Portfolio - column: ValueAtRisk - column: AladdinSystem - column: RunTimestamp - column: ResultSummary - column: ExpectedLoss - column: SimulationType - column: Scenario The table should have the title "SimulationRuns" und the data must be loaded from the server with the following relative URL: "/ScenarioService/simulationrun/aladdinsystem/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint