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

com.opengamma.strata.product.fx.FxOptionProduct Maven / Gradle / Ivy

There is a newer version: 2.12.56
Show newest version
/*
 * Copyright (C) 2021 - present by OpenGamma Inc. and the OpenGamma group of companies
 *
 * Please see distribution for license.
 */
package com.opengamma.strata.product.fx;

import java.time.ZonedDateTime;

/**
 * A foreign exchange product that is an option.
 */
public interface FxOptionProduct extends FxProduct {

  /**
   * Returns the product's expiry.
   * @return the expiry
   */
  public abstract ZonedDateTime getExpiry();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy