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 CollateralAllocation.collateralprotected CollateralTrade.collateralprotected CollateralBasketConstituent.underlyerCollateralMethods in net.finmath.smartcontract.product.xml that return CollateralModifier and TypeMethodDescriptionObjectFactory.createCollateral()Create an instance ofCollateralAllocation.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 TypeMethodDescriptionvoidAllocation.setCollateral(Collateral value) Sets the value of the collateral property.voidTrade.setCollateral(Collateral value) Sets the value of the collateral property.voidBasketConstituent.setUnderlyerCollateral(Collateral value) Sets the value of the underlyerCollateral property.