net.finmath.smartcontract.product.xml.AccrualOptionChangeNotification Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of finmath-smart-derivative-contract Show documentation
Show all versions of finmath-smart-derivative-contract Show documentation
Project to support the implementation a of smart derivative contract.
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.0
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.05 at 10:53:57 AM CET
//
package net.finmath.smartcontract.product.xml;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlElements;
import jakarta.xml.bind.annotation.XmlType;
/**
* A loan servicing notification used to update an accrual option within a
* single facility. Embedded business events simply re-state the given accrual option.
*
*
* Java class for AccrualOptionChangeNotification complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="AccrualOptionChangeNotification">
* <complexContent>
* <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractContractNotification">
* <sequence>
* <choice>
* <sequence>
* <choice>
* <element name="fixedRateOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}FixedRateOptionChange"/>
* <element name="floatingRateOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateOptionChange"/>
* </choice>
* <element name="contract" type="{http://www.fpml.org/FpML-5/confirmation}LoanContract" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* <element name="accruingPikOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}AccruingPikOptionChange"/>
* <sequence>
* <element name="lcOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}LcOptionChange"/>
* <element name="letterOfCredit" type="{http://www.fpml.org/FpML-5/confirmation}LetterOfCredit" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </choice>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityDetails.model"/>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}LoanContractDetails.model" maxOccurs="unbounded" minOccurs="0"/>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}LetterOfCreditDetails.model" maxOccurs="unbounded" minOccurs="0"/>
* <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AccrualOptionChangeNotification", propOrder = {
"fixedRateOptionChange",
"floatingRateOptionChange",
"contract",
"accruingPikOptionChange",
"lcOptionChange",
"letterOfCredit",
"facilityIdentifier",
"facilitySummary",
"loanContractDetailsModel",
"letterOfCreditDetailsModel",
"party"
})
public class AccrualOptionChangeNotification
extends AbstractContractNotification
{
protected FixedRateOptionChange fixedRateOptionChange;
protected FloatingRateOptionChange floatingRateOptionChange;
protected List contract;
protected AccruingPikOptionChange accruingPikOptionChange;
protected LcOptionChange lcOptionChange;
protected List letterOfCredit;
protected FacilityIdentifier facilityIdentifier;
protected FacilitySummary facilitySummary;
@XmlElements({
@XmlElement(name = "contractIdentifier", type = FacilityContractIdentifier.class),
@XmlElement(name = "contractSummary", type = LoanContractSummary.class),
@XmlElement(name = "contract", type = LoanContract.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy