All Downloads are FREE. Search and download functionalities are using the official Maven repository.

coding-schemes.fpml.position-change-type-1-0.xml Maven / Gradle / Ivy

Go to download

Rune Testing is a java library that is utilised by Rosetta Code Generators and models expressed in the Rosetta DSL.

There is a newer version: 11.27.2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<gcl:CodeList xmlns:gcl="http://xml.genericode.org/2004/ns/CodeList/0.2/" xmlns:doc="http://www.fpml.org/coding-scheme/documentation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xml.genericode.org/2004/ns/CodeList/0.2/ CodeList.xsd">
   <Annotation>
      <Description>
         <doc:definition>Defines the types of business events which can cause a change in position
			for a given facility.</doc:definition>
      </Description>
   </Annotation>
   <Identification>
      <ShortName>positionChangeTypeScheme</ShortName>
      <Version>1-0</Version>
      <CanonicalUri>http://www.fpml.org/coding-scheme/position-change-type</CanonicalUri>
      <CanonicalVersionUri>http://www.fpml.org/coding-scheme/position-change-type-1-0</CanonicalVersionUri>
      <LocationUri>http://www.fpml.org/coding-scheme/position-change-type-1-0.xml</LocationUri>
   </Identification>
   <ColumnSet>
      <Column Id="Code" Use="required">
         <ShortName>Code</ShortName>
         <Data Type="token">
            <Parameter ShortName="maxLength">63</Parameter>
         </Data>
      </Column>
      <Column Id="Source" Use="optional">
         <ShortName>Source</ShortName>
         <Data Type="string"/>
      </Column>
      <Column Id="Description" Use="optional">
         <ShortName>Description</ShortName>
         <Data Type="string"/>
      </Column>
      <Key Id="PrimaryKey">
         <ShortName>key</ShortName>
         <ColumnRef Ref="Code"/>
      </Key>
   </ColumnSet>
   <SimpleCodeList>
      <Row>
         <Value>
            <SimpleValue>AssignmentBuy</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>A purchase, by assignment (change in lender of record), of a portion of a
					facility within the secondary markets.</SimpleValue>
         </Value>
      </Row>
      <Row>
         <Value>
            <SimpleValue>AssignmentSell</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>A sale, by assignment (change in lender of record), of a portion of a
					facility within the secondary markets.</SimpleValue>
         </Value>
      </Row>
      <Row>
         <Value>
            <SimpleValue>CommitmentDecrease</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>A decrease in the commitment level against a particular
					facility.</SimpleValue>
         </Value>
      </Row>
      <Row>
         <Value>
            <SimpleValue>CommitmentIncrease</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue> An increase in the commitment level against a particular
					facility.</SimpleValue>
         </Value>
      </Row>
      <Row>
         <Value>
            <SimpleValue>Paydown</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>The repayment of a loan within a given facility, resulting in a decrease
					of the commitment level of the facility.</SimpleValue>
         </Value>
      </Row>
      <Row>
         <Value>
            <SimpleValue>PIKInterestCapitalization</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>The increase of a loan within a facility, due to the borrower requiring
					further credit in order to cover interest costs.</SimpleValue>
         </Value>
      </Row>
   </SimpleCodeList>
</gcl:CodeList>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy