Class OutstandingsPosition

java.lang.Object
net.finmath.smartcontract.product.xml.OutstandingsPosition

public class OutstandingsPosition extends Object
Represents outstanding loan contracts or outstanding letter of credit position. Both the global and lender position (current and prior) levels can be represented.

Java class for OutstandingsPosition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OutstandingsPosition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="loanContractReference" type="{http://www.fpml.org/FpML-5/confirmation}LoanContractReference"/>
           <element name="letterOfCreditReference" type="{http://www.fpml.org/FpML-5/confirmation}LetterOfCreditReference"/>
         </choice>
         <sequence>
           <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
           <element name="priorAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare" minOccurs="0"/>
         </sequence>
         <element name="facilityFxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxTerms" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>