Uses of Class
net.finmath.smartcontract.product.xml.Collateral
Packages that use Collateral
-
Uses of Collateral in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CollateralModifier and TypeFieldDescriptionprotected Collateral
Allocation.collateral
protected Collateral
Trade.collateral
protected Collateral
BasketConstituent.underlyerCollateral
Methods in net.finmath.smartcontract.product.xml that return CollateralModifier and TypeMethodDescriptionObjectFactory.createCollateral()
Create an instance ofCollateral
Allocation.getCollateral()
Gets the value of the collateral property.Trade.getCollateral()
Gets the value of the collateral property.BasketConstituent.getUnderlyerCollateral()
Gets the value of the underlyerCollateral property.Methods in net.finmath.smartcontract.product.xml with parameters of type CollateralModifier and TypeMethodDescriptionvoid
Allocation.setCollateral
(Collateral value) Sets the value of the collateral property.void
Trade.setCollateral
(Collateral value) Sets the value of the collateral property.void
BasketConstituent.setUnderlyerCollateral
(Collateral value) Sets the value of the underlyerCollateral property.