<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/index.php?action=history&amp;feed=atom&amp;title=currency-formats-fr</id>
	<title>currency-formats-fr - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/index.php?action=history&amp;feed=atom&amp;title=currency-formats-fr"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-formats-fr&amp;action=history"/>
	<updated>2026-04-14T22:10:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-formats-fr&amp;diff=32417&amp;oldid=prev</id>
		<title>ChristopheDucamp at 17:53, 6 November 2006</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-formats-fr&amp;diff=32417&amp;oldid=prev"/>
		<updated>2006-11-06T17:53:43Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Etat de l'art sur les formats de Monnaie =&lt;br /&gt;
&lt;br /&gt;
Cette page rassemble de l'information sur les pratiques existantes et standards pour représenter la monnaie et les nombres/montants qualifiés pour la monnaie.&lt;br /&gt;
&lt;br /&gt;
==Formats==&lt;br /&gt;
&lt;br /&gt;
===UBL===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;[http://docs.oasis-open.org/ubl/cd-UBL-1.0/ UBL] is designed to provide a universally understood and recognized commercial syntax for legally binding business documents and to operate within a standard business framework such as ISO 15000 (ebXML) to provide a complete, standards-based infrastructure that can extend the benefits of existing EDI systems to businesses of all sizes.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
UBL uses the following semantics for currency amounts:&lt;br /&gt;
*Amount (enclosed the value)&lt;br /&gt;
**amountCurrencyCodeListVersionID (ex. &amp;quot;0.3&amp;quot;) - no longer used in 2.0&lt;br /&gt;
**amountCurrencyID (ex. &amp;quot;USD&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
In addition, UBL uses the following semantics to specify a price for a product/service:&lt;br /&gt;
*Price&lt;br /&gt;
**PriceAmount qualified with a currencyID, &lt;br /&gt;
**BaseQuantity (usually 1) qualified with a unitCode.&lt;br /&gt;
&lt;br /&gt;
So, according to UBL at least, a base quantity is an integral part of a price.&lt;br /&gt;
&lt;br /&gt;
===XBRL===&lt;br /&gt;
&lt;br /&gt;
[http://www.xbrl.org XBRL] is an XML-based business reporting language.&lt;br /&gt;
&lt;br /&gt;
In XBRL, a currency is just another simple unit of measure. &lt;br /&gt;
&lt;br /&gt;
In XBRL, a unit of measure can be simple or complex. A simple unit of measure if for instance &amp;quot;feet&amp;quot; while a complex unit of measure is &amp;quot;Euros per share&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Units of measurement can be specified anywhere in the XBRL document and assigned a unique identifier, then referred to from numerical facts. &lt;br /&gt;
&lt;br /&gt;
The following examples show adapted versions of the [http://www.xbrl.org/Specification/XBRL-RECOMMENDATION-2003-12-31+Corrected-Errata-2005-11-07.htm#_example_20 XML examples].&lt;br /&gt;
&lt;br /&gt;
In the adaptation, we have dropped the distinction that XBRL makes between the concept of &amp;quot;unit&amp;quot; and the concept of &amp;quot;measure&amp;quot;. We only kept the notion of &amp;quot;unit&amp;quot;, allowing a content fragment of class &amp;quot;unit&amp;quot; to contain other fragments of class &amp;quot;unit&amp;quot; to allow the definition of a complex unit.&lt;br /&gt;
&lt;br /&gt;
Currency, UK Pounds.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;u1&amp;quot; class=&amp;quot;unit&amp;quot;&amp;gt;GBP&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Square feet (as simple unit)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;u2&amp;quot; class=&amp;quot;unit&amp;quot;&amp;gt;sqrft&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Square feet (as complex unit)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;u3&amp;quot; class=&amp;quot;unit&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;sqrft&amp;lt;/span&amp;gt;*&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;sqrft&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Earnings per share (EPS) measured in Euros per share.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;u4&amp;quot; class=&amp;quot;unit&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;EUR&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;/&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;shares&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
100 UK pounds (with referred-to unit using the [[include-pattern]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt;100&amp;lt;a href=&amp;quot;#u1&amp;quot; class=&amp;quot;include&amp;quot;/&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
100 UK pounds (with locally defined unit)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt;100 &amp;lt;span id=&amp;quot;u1&amp;quot; class=&amp;quot;unit&amp;quot;&amp;gt;GBP&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===ISO 4217===&lt;br /&gt;
&lt;br /&gt;
[http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html ISO 4217], [http://en.wikipedia.org/wiki/ISO_4217] is an international standard for 3-letter currency codes.&lt;br /&gt;
&lt;br /&gt;
===Interactive Financial Exchange (IFX) ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.ifxforum.org IFX Forum] develops a robust framework for the electronic business-to-business exchange of data among financial service institutions around the world&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Altough adapted to XML implementations, the IFX data model has been designed independently of XML technologies, so that it can be implemented using other representations than XML.&lt;br /&gt;
&lt;br /&gt;
IFX defines the concept of a currency amount (CurAmt), which contains:&lt;br /&gt;
:an amount (Amt), which is a decimal value&lt;br /&gt;
:a currency code (CurCode), which is a 3-letter value defined in ISO-4217&lt;br /&gt;
&lt;br /&gt;
===OFX===&lt;br /&gt;
&lt;br /&gt;
The [http://www.ofx.net Open Financial Exchange] is a standard developed by Microsoft and Quicken for personal finance managers. They use the following conventions for currencies and currency values.&lt;br /&gt;
&lt;br /&gt;
They have the concept of a default currency (&amp;quot;CURDEF&amp;quot;), which is a 3-letter ISO-4217 value.&lt;br /&gt;
&lt;br /&gt;
Then they have the concept of the currency that a value is expressed in (&amp;quot;CURRENCY&amp;quot;), again with a 3-letter ISO-4217.&lt;br /&gt;
&lt;br /&gt;
Last, there is also an option to provide an original currency, if the value has been converted. The ORIGCURRENCY contains a CURSYM (in ISO-4217) and a CURRATE, ratio of CURDEF to CURSYM.&lt;br /&gt;
&lt;br /&gt;
===Dollar Canadien===&lt;br /&gt;
&lt;br /&gt;
Although the representation of a canadian dollar according to ISO-4217 is CAD, the most common representation of the currency according to some is CDN.&lt;br /&gt;
&lt;br /&gt;
According to wikipedia:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;There are various common abbreviations to distinguish the Canadian dollar from others: while the ISO  currency code CAD (a three-character code without monetary symbols) is common, no single system is universally accepted. C$ is recommended by the Canadian government (e.g., per The Canadian Style guide) and is used by the International Monetary Fund, while Editing Canadian English indicates Can$ and CDN$; both guides note the ISO scheme/code. The abbreviation CA$ is also used, e.g., in some software packages.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Any of which can be marked up thus: &amp;lt;nowiki&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;CAD&amp;quot;&amp;gt;C$&amp;lt;/abbr&amp;gt;&amp;lt;/nowiki&amp;gt; (or whatever &amp;quot;class&amp;quot; we eventually decide on) since any of them is a &amp;quot;symbol&amp;quot; representing CAD. - Andy Mabbett&lt;br /&gt;
&lt;br /&gt;
===Autres===&lt;br /&gt;
&lt;br /&gt;
D'autres standards existent pour des monnaies/devises spécifiques.&lt;br /&gt;
&lt;br /&gt;
==Voir aussi==&lt;br /&gt;
&lt;br /&gt;
* [[currency-fr|currency]]&lt;br /&gt;
* [[currency-examples-fr|exemples currency]]&lt;br /&gt;
* [[currency-brainstorming-fr|brainstorming sur la monnaie]]&lt;/div&gt;</summary>
		<author><name>ChristopheDucamp</name></author>
	</entry>
</feed>