
com.opengamma.strata.product.fx.FxOptionProduct Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of strata-product Show documentation
Show all versions of strata-product Show documentation
Domain objects describing trades and products in financial markets
/*
* 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