Interface IPnLVectorSubstitutionRestService<T extends PnLVectorSubstitutionDTO>

    • Method Detail

      • submit

        @POST
        @Path("/submit")
        @Produces("application/json")
        @Consumes("application/json")
        javax.ws.rs.core.Response submit​(T pnlVectorSubstitutionDTO)
      • getPreviousAsOfDates

        @GET
        @Produces("application/json")
        javax.ws.rs.core.Response getPreviousAsOfDates​(@QueryParam("tradeId")
                                                       String tradeId,
                                                       @QueryParam("asOfDate")
                                                       String asOfDate,
                                                       @QueryParam("scenarioSet")
                                                       String scenarioSet,
                                                       @QueryParam("calculationId")
                                                       String calculationId,
                                                       @QueryParam("riskFactor")
                                                       String riskFactor)