Class Deal
Java class for Deal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Deal"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}DealSummary"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}DealRules.model"/> <element ref="{http://www.fpml.org/FpML-5/confirmation}facilityGroup" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.DealSummary
agentPartyReference, creditAgreementDate, currency, currentDealAmount, guarantorPartyReference, issuedAmount, issuerPartyReference, syndicationCoLeadPartyReference, syndicationLeadPartyReference
Fields inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
description, instrumentId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assignmentFee property.Gets the value of the facilityGroup property.Gets the value of the proRataFacilities property.void
setAssignmentFee
(AssignmentFee value) Sets the value of the assignmentFee property.Methods inherited from class net.finmath.smartcontract.product.xml.DealSummary
getAgentPartyReference, getCreditAgreementDate, getCurrency, getCurrentDealAmount, getGuarantorPartyReference, getIssuedAmount, getIssuerPartyReference, getSyndicationCoLeadPartyReference, getSyndicationLeadPartyReference, setAgentPartyReference, setCreditAgreementDate, setCurrency, setCurrentDealAmount, setIssuedAmount, setIssuerPartyReference, setSyndicationLeadPartyReference
Methods inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
getDescription, getInstrumentId, setDescription
-
Field Details
-
assignmentFee
-
proRataFacilities
-
facilityGroup
-
-
Constructor Details
-
Deal
public Deal()
-
-
Method Details
-
getAssignmentFee
Gets the value of the assignmentFee property.- Returns:
- possible object is
AssignmentFee
-
setAssignmentFee
Sets the value of the assignmentFee property.- Parameters:
value
- allowed object isAssignmentFee
-
getProRataFacilities
Gets the value of the proRataFacilities property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the proRataFacilities property.For example, to add a new item, do as follows:
getProRataFacilities().add(newItem);
Objects of the following type(s) are allowed in the list
ProRataFacilities
-
getFacilityGroup
Gets the value of the facilityGroup property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the facilityGroup property.For example, to add a new item, do as follows:
getFacilityGroup().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
Revolver
>
JAXBElement
<
LetterOfCreditFacility
>
JAXBElement
<
DelayedDraw
>
JAXBElement
<
TermLoan
>
JAXBElement
<
Facility
>
-