Uses of Class
com.opengamma.strata.product.swap.Swap
-
Packages that use Swap Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files.com.opengamma.strata.product.dsf Entity objects describing Deliverable Swap Futures (DSFs).com.opengamma.strata.product.swap Entity objects describing a swap.com.opengamma.strata.product.swaption Entity objects describing options on swaps, known as swaptions. -
-
Uses of Swap in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv with parameters of type Swap Modifier and Type Method Description static voidCsvWriterUtils. writeSwap(CsvOutput.CsvRowOutputWithHeaders csv, Swap product)Write a Swap to CSV -
Uses of Swap in com.opengamma.strata.product.dsf
Methods in com.opengamma.strata.product.dsf that return Swap Modifier and Type Method Description SwapDsf. getUnderlyingSwap()Gets the underlying swap.SwapDsfSecurity. getUnderlyingSwap()Gets the underlying swap.Methods in com.opengamma.strata.product.dsf that return types with arguments of type Swap Modifier and Type Method Description org.joda.beans.MetaProperty<Swap>Dsf.Meta. underlyingSwap()The meta-property for theunderlyingSwapproperty.org.joda.beans.MetaProperty<Swap>DsfSecurity.Meta. underlyingSwap()The meta-property for theunderlyingSwapproperty.Methods in com.opengamma.strata.product.dsf with parameters of type Swap Modifier and Type Method Description Dsf.BuilderDsf.Builder. underlyingSwap(Swap underlyingSwap)Sets the underlying swap.DsfSecurity.BuilderDsfSecurity.Builder. underlyingSwap(Swap underlyingSwap)Sets the underlying swap. -
Uses of Swap in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return Swap Modifier and Type Method Description SwapSwap.Builder. build()SwapSwapTrade. getProduct()Gets the swap product that was agreed when the trade occurred.static SwapSwap. of(SwapLeg... legs)Creates a swap from one or more swap legs.static SwapSwap. of(List<? extends SwapLeg> legs)Creates a swap from one or more swap legs.SwapSwap. replaceStartDate(LocalDate adjustedStartDate)Returns an instance based on this swap with the start date replaced.Methods in com.opengamma.strata.product.swap that return types with arguments of type Swap Modifier and Type Method Description Class<? extends Swap>Swap.Meta. beanType()org.joda.beans.MetaProperty<Swap>SwapTrade.Meta. product()The meta-property for theproductproperty.Methods in com.opengamma.strata.product.swap with parameters of type Swap Modifier and Type Method Description static SwapTradeSwapTrade. of(TradeInfo info, Swap product)Obtains an instance of a Swap trade.SwapTrade.BuilderSwapTrade.Builder. product(Swap product)Sets the swap product that was agreed when the trade occurred. -
Uses of Swap in com.opengamma.strata.product.swaption
Methods in com.opengamma.strata.product.swaption that return Swap Modifier and Type Method Description SwapSwaption. exercise(LocalDate exerciseDate, ReferenceData refData)Exercises the swaption into a swap at one of the optional exercise dates.SwapSwaption. getUnderlying()Gets the underlying swap.Methods in com.opengamma.strata.product.swaption that return types with arguments of type Swap Modifier and Type Method Description org.joda.beans.MetaProperty<Swap>Swaption.Meta. underlying()The meta-property for theunderlyingproperty.Methods in com.opengamma.strata.product.swaption with parameters of type Swap Modifier and Type Method Description Swaption.BuilderSwaption.Builder. underlying(Swap underlying)Sets the underlying swap.
-