Uses of Class
net.finmath.smartcontract.product.xml.Facility
Packages that use Facility
-
Uses of Facility in net.finmath.smartcontract.product.xml
Subclasses of Facility in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
A facility which can be drawn at any point during a pre-defined period after the initial deal closing date,class
A facility designed to issue letter of credit products.class
A facility which allows a flexible line of credit which can be drawn and repaid multiple times over the life of the facility.class
A facility which is fully funded (utilized) at deal closing.Fields in net.finmath.smartcontract.product.xml with type parameters of type FacilityModifier and TypeFieldDescriptionDeal.facilityGroup
protected jakarta.xml.bind.JAXBElement
<? extends Facility> FacilityStatement.facilityGroup
Methods in net.finmath.smartcontract.product.xml that return types with arguments of type FacilityModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Facility> ObjectFactory.createFacilityGroup
(Facility value) Deal.getFacilityGroup()
Gets the value of the facilityGroup property.jakarta.xml.bind.JAXBElement
<? extends Facility> FacilityStatement.getFacilityGroup()
Gets the value of the facilityGroup property.Methods in net.finmath.smartcontract.product.xml with parameters of type FacilityModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Facility> ObjectFactory.createFacilityGroup
(Facility value) Method parameters in net.finmath.smartcontract.product.xml with type arguments of type FacilityModifier and TypeMethodDescriptionvoid
FacilityStatement.setFacilityGroup
(jakarta.xml.bind.JAXBElement<? extends Facility> value) Sets the value of the facilityGroup property.