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 TypeClassDescriptionclassRepresents 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 FacilityPositionAbstractFacilityNotification.facilityPositionprotected FacilityPositionFacilityPositionStatement.facilityPositionMethods in net.finmath.smartcontract.product.xml that return FacilityPositionModifier and TypeMethodDescriptionObjectFactory.createFacilityPosition()Create an instance ofFacilityPositionAbstractFacilityNotification.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 TypeMethodDescriptionvoidAbstractFacilityNotification.setFacilityPosition(FacilityPosition value) Sets the value of the facilityPosition property.voidFacilityPositionStatement.setFacilityPosition(FacilityPosition value) Sets the value of the facilityPosition property.