Uses of Class
net.finmath.smartcontract.product.xml.Product
Packages that use Product
-
Uses of Product in net.finmath.smartcontract.product.xml
Subclasses of Product in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
A Bond Optionclass
A type for defining the broker equity options.class
A product to represent a single cashflow.class
A type defining an interest rate cap, floor, or cap/floor strategy (e.g.class
Java class for CommodityBasketOption complex type.class
Defines the digital commodity option product type.class
Commodity Forwardclass
Defines a commodity option product type.class
A type describing a commodity performance swap in which one leg pays out based on the return on a reference commodity index or commodity reference price.class
A product with which to represent return swaps, total return swaps and excess return swaps.class
The commodity swap product model is designed to support fixed-float swaps, float-float swaps, fixed vs.class
Commodity Swaption.class
A Correlation Swap modelled using a single netted leg.class
Java class for CreditDefaultSwap complex type.class
A complex type to support the credit default swap option.class
Java class for DividendSwapOptionTransactionSupplement complex type.class
A Dividend Swap Transaction Supplement.class
A type for defining the common features of equity derivatives.class
type for defining the common features of equity derivatives.class
A type for defining short form equity option basic features.class
A type for defining equity forwards.class
A type for defining equity options.class
A type for defining equity option transaction supplements.class
A type for defining Equity Swap Transaction Supplementclass
A type defining a Forward Rate Agreement (FRA) product.class
An FX Accrual Digital Option product The product defines a list of fixing (or observation) dates.class
The product defines a schedule of expiry and delivery dates which specify settlement periods.class
An FX Accrual Option product The product defines a list of fixing (or observation) dates.class
Describes an option having a triggerable fixed payout.class
Product model for a flexible-term fx forward (also known as callable forward, window forward).class
Describes a contract on future levels of implied volatility.class
Describes an FX option with optional asian and barrier features.class
Describes an FX volatility and variance swap.class
An FX Range Accrual product.class
A type defining either a spot or forward FX transactions.class
A type defining either a spot/forward or forward/forward FX swap transaction.class
A structured forward product which consists of a strip of forwards.class
Simple product representation providing key information about a variety of different products.class
The economics of a trade of a multiply traded instrument.class
An abstract base class for all swap types which have a single netted leg, such as Variance Swaps, and Correlation Swaps.class
A type for defining the common features of options.class
A type for defining the common features of options.class
Base type for options starting with the 4-3 release, until we refactor the schema as part of the 5-0 release series.class
A Repo, modeled as an FpML:Product.class
A type describing return swaps including return swaps (long form), total return swaps, and variance swaps.class
A type describing the components that are common for return type swaps, including short and long form return swaps representations.class
Simple product representation providing key information about a variety of different products.class
A type defining a group of products making up a single trade.class
A type defining swap streams and additional payments between the principal parties involved in the swap.class
A type to define an option on a swap.class
A class defining the content model for a term deposit product.class
Java class for VarianceOptionTransactionSupplement complex type.class
A Variance Swap.class
A Variance Swap Transaction Supplement.class
A Volatility Swap.class
Java class for VolatilitySwapTransactionSupplement complex type.Fields in net.finmath.smartcontract.product.xml with type parameters of type ProductModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends Product> PhysicalSettlement.product
Strategy.product
protected jakarta.xml.bind.JAXBElement
<? extends Product> Trade.product
Methods in net.finmath.smartcontract.product.xml that return types with arguments of type ProductModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Product> ObjectFactory.createProduct
(Product value) jakarta.xml.bind.JAXBElement
<? extends Product> PhysicalSettlement.getProduct()
Gets the value of the product property.Strategy.getProduct()
Gets the value of the product property.jakarta.xml.bind.JAXBElement
<? extends Product> Trade.getProduct()
Gets the value of the product property.Methods in net.finmath.smartcontract.product.xml with parameters of type ProductModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Product> ObjectFactory.createProduct
(Product value) Method parameters in net.finmath.smartcontract.product.xml with type arguments of type ProductModifier and TypeMethodDescriptionvoid
PhysicalSettlement.setProduct
(jakarta.xml.bind.JAXBElement<? extends Product> value) Sets the value of the product property.void
Trade.setProduct
(jakarta.xml.bind.JAXBElement<? extends Product> value) Sets the value of the product property.