org.fpml.fpml_5.confirmation.Loan Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.05.10 at 03:58:40 PM UTC
//
package org.fpml.fpml_5.confirmation;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* A type describing a loan underlying asset.
*
* Java class for Loan complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Loan">
* <complexContent>
* <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
* <sequence>
* <choice maxOccurs="unbounded" minOccurs="0">
* <element name="borrower" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
* <element name="borrowerReference" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntityReference"/>
* </choice>
* <element name="lien" type="{http://www.fpml.org/FpML-5/confirmation}Lien" minOccurs="0"/>
* <element name="facilityType" type="{http://www.fpml.org/FpML-5/confirmation}FacilityType" minOccurs="0"/>
* <element name="maturity" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="creditAgreementDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="tranche" type="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAssetTranche" minOccurs="0"/>
* <element name="seniority" type="{http://www.fpml.org/FpML-5/confirmation}CreditSeniority" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Loan", propOrder = {
"borrowerOrBorrowerReference",
"lien",
"facilityType",
"maturity",
"creditAgreementDate",
"tranche",
"seniority"
})
public class Loan
extends UnderlyingAsset
{
@XmlElements({
@XmlElement(name = "borrower", type = LegalEntity.class),
@XmlElement(name = "borrowerReference", type = LegalEntityReference.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy