Class ValuationController

java.lang.Object
net.finmath.smartcontract.valuation.service.controllers.ValuationController
All Implemented Interfaces:
ValuationApi

@RestController public class ValuationController extends Object implements ValuationApi
Controller for the settlement valuation REST service. TODO Refactor try/catch once openapi can generate exception handling
Author:
Christian Fries, Peter Kohl-Landgraf
  • Constructor Details

    • ValuationController

      public ValuationController()
  • Method Details

    • margin

      public org.springframework.http.ResponseEntity<MarginResult> margin(MarginRequest marginRequest)
      Request mapping for the settlementvaluationForProductAsFPMLOneCurve //* @param valueRequest The request //* @return String Json representing the valuation.
      Specified by:
      margin in interface ValuationApi
    • value

      public org.springframework.http.ResponseEntity<ValueResult> value(ValueRequest valueRequest)
      Specified by:
      value in interface ValuationApi
    • valueAtTime

      public org.springframework.http.ResponseEntity<ValueResult> valueAtTime(ValueRequest valueRequest)
      Specified by:
      valueAtTime in interface ValuationApi
    • testProductValue

      public org.springframework.http.ResponseEntity<ValueResult> testProductValue(org.springframework.web.multipart.MultipartFile tradeData)
      Specified by:
      testProductValue in interface ValuationApi
    • test

      public org.springframework.http.ResponseEntity<String> test()
      Request mapping for test
      Returns:
      String "Connect successful".