Package com.opengamma.strata.product.fx
Interface FxOptionProduct
- 
- All Known Implementing Classes:
- FxSingleBarrierOption,- FxVanillaOption
 
 public interface FxOptionProduct extends FxProduct A foreign exchange product that is an option.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ZonedDateTimegetExpiry()Returns the product's expiry.- 
Methods inherited from interface com.opengamma.strata.product.fx.FxProductallCurrencies, getCurrencyPair, isCrossCurrency
 - 
Methods inherited from interface com.opengamma.strata.product.ProductallPaymentCurrencies
 
- 
 
- 
- 
- 
Method Detail- 
getExpiryZonedDateTime getExpiry() Returns the product's expiry.- Returns:
- the expiry
 
 
- 
 
-