Overview
Summary
Contact
Donate
Imprint
Prompt for the
SimulationRunView
Please create a React-JS view called "SimulationRunView" for the fields of the SimulationRun entity. The SimulationRunView must contain the following fields: - name: AladdinSystem type: AladdinSystem - name: ExpectedLoss type: STRING - name: Portfolio type: Portfolio - name: ResultSummary type: STRING - name: RunTimestamp type: DATE - name: Scenario type: Scenario - name: SimulationType type: STRING - name: ValueAtRisk type: STRING The data source for the [Portfolio] select control should be loaded from the relative URL: "/OrganizationService/portfolio" (HTTP-GET) The data source for the [AladdinSystem] select control should be loaded from the relative URL: "/AladdinSystemService/aladdinsystem" (HTTP-GET) The data source for the [Scenario] select control should be loaded from the relative URL: "/ScenarioService/scenario" (HTTP-GET) An existing SimulationRun entity should be loaded from the relative URL: "/ScenarioService/simulationrun/{id}" (HTTP-GET) If a new SimulationRun entity has been created, the new entity should be posted to the relative URL: "/ScenarioService/simulationrun" (HTTP-POST) If an existing SimulationRun entity has been updated, the modified entity should be sent to the relative URL: "/ScenarioService/simulationrun/{id}" (HTTP-PUT) If an existing SimulationRun entity has to be deleted, the following relative URL should be called: "/ScenarioService/simulationrun/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint