coding-schemes.fpml.governing-law-1-2.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rosetta-testing Show documentation
Show all versions of rosetta-testing Show documentation
Rune Testing is a java library that is utilised by Rosetta Code Generators and models expressed in the Rosetta DSL.
<?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>Identification of the law governing the transaction.</doc:definition> <doc:description> <doc:paragraph>In general the codes are the ISO country code where the applicable law is the law of an entire country</doc:paragraph> <doc:paragraph>For countries that have more than one legal regime the code is constructed from the two-character ISO country code followed by two characters indicating the legal regime. In the cases of Canada and the United States of America, these two characters are the conventional abbreviations for the provinces and states respectively. In the case of the United Kingdom, the first two characters are "GB" followed by two characters indicating the legal regime.</doc:paragraph> <doc:paragraph>The following are examples of valid codes, not an exhaustive list.</doc:paragraph> </doc:description> <doc:publicationDate>2012-03-21</doc:publicationDate> </Description> </Annotation> <Identification> <ShortName>governingLawScheme</ShortName> <Version>1-2</Version> <CanonicalUri>http://www.fpml.org/coding-scheme/governing-law</CanonicalUri> <CanonicalVersionUri>http://www.fpml.org/coding-scheme/governing-law-1-2</CanonicalVersionUri> <LocationUri>http://www.fpml.org/coding-scheme/governing-law-1-2.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>AsSpecifiedInMasterAgreement</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>The Governing Law is determined by reference to the relevant master agreement.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>CAAB</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Alberta law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>CABC</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>British Columbia Law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>CAMN</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Manitoba law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>CAON</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Ontario law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>CAQC</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Quebec law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>DE</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>German law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>FR</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>French law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>GBEN</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>English law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>GBGY</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>The law of the island of Guernsey</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>GBIM</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>The law of the Isle of Man</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>GBJY</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>The law of the island of Jersey</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>GBSC</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Scottish law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>JP</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Japanese law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>USCA</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Californian law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>USDE</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Delaware law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>USIL</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Illinois law</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>USNY</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>New York law</SimpleValue> </Value> </Row> </SimpleCodeList> </gcl:CodeList>