Uses of Class
net.finmath.smartcontract.product.xml.FacilityPosition
Packages that use FacilityPosition
-
Uses of FacilityPosition in net.finmath.smartcontract.product.xml
Subclasses of FacilityPosition in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
Represents current/prior facility commitment and outstanding amounts on both the global and lender position levels.Fields in net.finmath.smartcontract.product.xml declared as FacilityPositionModifier and TypeFieldDescriptionprotected FacilityPosition
AbstractFacilityNotification.facilityPosition
protected FacilityPosition
FacilityPositionStatement.facilityPosition
Methods in net.finmath.smartcontract.product.xml that return FacilityPositionModifier and TypeMethodDescriptionObjectFactory.createFacilityPosition()
Create an instance ofFacilityPosition
AbstractFacilityNotification.getFacilityPosition()
Gets the value of the facilityPosition property.FacilityPositionStatement.getFacilityPosition()
Gets the value of the facilityPosition property.Methods in net.finmath.smartcontract.product.xml with parameters of type FacilityPositionModifier and TypeMethodDescriptionvoid
AbstractFacilityNotification.setFacilityPosition
(FacilityPosition value) Sets the value of the facilityPosition property.void
FacilityPositionStatement.setFacilityPosition
(FacilityPosition value) Sets the value of the facilityPosition property.