Uses of Class
net.finmath.smartcontract.product.xml.FacilityCommitment
Packages that use FacilityCommitment
-
Uses of FacilityCommitment in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FacilityCommitmentModifier and TypeFieldDescriptionprotected FacilityCommitmentFacilityPosition.commitmentprotected FacilityCommitmentFacilitySummary.currentCommitmentprotected FacilityCommitmentCommitmentAdjustment.facilityCommitmentprotected FacilityCommitmentFacilityPosition.priorCommitmentMethods in net.finmath.smartcontract.product.xml that return FacilityCommitmentModifier and TypeMethodDescriptionObjectFactory.createFacilityCommitment()Create an instance ofFacilityCommitmentFacilityPosition.getCommitment()Gets the value of the commitment property.FacilitySummary.getCurrentCommitment()Gets the value of the currentCommitment property.CommitmentAdjustment.getFacilityCommitment()Gets the value of the facilityCommitment property.FacilityPosition.getPriorCommitment()Gets the value of the priorCommitment property.Methods in net.finmath.smartcontract.product.xml with parameters of type FacilityCommitmentModifier and TypeMethodDescriptionvoidFacilityPosition.setCommitment(FacilityCommitment value) Sets the value of the commitment property.voidFacilitySummary.setCurrentCommitment(FacilityCommitment value) Sets the value of the currentCommitment property.voidCommitmentAdjustment.setFacilityCommitment(FacilityCommitment value) Sets the value of the facilityCommitment property.voidFacilityPosition.setPriorCommitment(FacilityCommitment value) Sets the value of the priorCommitment property.