Class PlainSwapEditorHandler

java.lang.Object
net.finmath.smartcontract.product.xml.PlainSwapEditorHandler

public final class PlainSwapEditorHandler extends Object
Class that handles incoming requests for generating and interacting with plain swaps descriptors coming from the editor. The API exposed by this class is not definitive and may be subject to changes without notice.
Version:
alpha.1
Author:
Luca Bressan
  • Field Details

    • DEFAULT_FIXED_PERIOD

      public static final String DEFAULT_FIXED_PERIOD
      See Also:
      Constant Field Values
    • DEFAULT_FLOATING_PERIOD

      public static final String DEFAULT_FLOATING_PERIOD
      See Also:
      Constant Field Values
    • DEFAULT_FIXED_PERIOD_MULTIPLIER

      public static final BigInteger DEFAULT_FIXED_PERIOD_MULTIPLIER
    • DEFAULT_FLOATING_PERIOD_MULTIPLIER

      public static final BigInteger DEFAULT_FLOATING_PERIOD_MULTIPLIER
  • Constructor Details

    • PlainSwapEditorHandler

      public PlainSwapEditorHandler(PlainSwapOperationRequest plainSwapOperationRequest, String templatePath, String schemaPath, String projectVersion) throws IOException, SAXException, jakarta.xml.bind.JAXBException, DatatypeConfigurationException
      Returns the plain swap editor handler.
      Parameters:
      plainSwapOperationRequest - the JSON request that contains the editor info.
      templatePath - path for the SDCmL template XML to be used
      schemaPath - path for the SDCmL validation schema
      Throws:
      IOException - when loading settings files fails.
      SAXException - when validation of the generated contract fails.
      jakarta.xml.bind.JAXBException - when marshalling/unmarshalling of a SDCmL object/file fails.
      DatatypeConfigurationException - when conversion of dates to the FPmL specifications fails.
  • Method Details