All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opengamma.sdk.margin.MarginCalcMode Maven / Gradle / Ivy

There is a newer version: 3.6.4
Show newest version
/*
 * Copyright (C) 2018 - present by OpenGamma Inc. and the OpenGamma group of companies
 *
 * Please see distribution for license.
 */
package com.opengamma.sdk.margin;

/**
 * The mode in which the calculation will be executed.
 */
public enum MarginCalcMode {

  /**
   * Runs the margin calculation in Spot mode.
   */
  SPOT,

  /**
   * Runs the margin calculation in Forward Approximation mode.
   */
  FORWARD

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy