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

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

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

/**
 * The status of the calculation.
 */
public enum MarginCalcResultStatus {

  /**
   * Calculation is pending.
   */
  PENDING,
  /**
   * Calculation has completed.
   */
  COMPLETED;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy