<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "http://www.openi18n.org/spec/ldml/1.0/ldmlSupplemental.dtd" >
<!--

    Copyright (c) 2002-2003 International Business Machines Corporation and others. All rights reserved.

    Permission is hereby granted, free of charge, to any person obtaining a copy of the LDML format and associated documentation files (the "Format"), to deal in the Format without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Format, and to permit persons to whom the Format is furnished to do so, provided that both the above copyright notice(s) and this permission notice appear in supporting documentation.

    THE FORMAT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS FORMAT.

    Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Format without prior written authorization of the copyright holder.

    All trademarks and registered trademarks mentioned herein are the property of their respective owners.
-->
<supplementalData>
  <currencyData>
    <fractions>
      <info iso4217="CHF" rounding="5"/>
      <info iso4217="ITL" digits="0"/>
      <info iso4217="FOO" digits="0" rounding="5"/>
    </fractions>
    <region iso3166="IT"> <!-- Italy -->
      <currency iso4217="EUR"/>
      <currency iso4217="EUR" before="2002-01-01">
        <alternate iso4217="ITL"/>
      </currency>
      <currency iso4217="ITL" before="2000-01-01"/>
    </region>
    <region iso3166="ET"> <!-- Ethiopia -->
      <currency iso4217="ITL" before="1945-03-01"/>
    </region>
    <region iso3166="DE"> <!-- Germany -->
      <currency iso4217="EUR"/>
    </region>
    <region iso3166="US"> <!-- USA -->
      <currency iso4217="USD"/>
    </region>
    <region iso3166="EC"> <!-- Ecuador -->
      <currency iso4217="USD"/>
      <currency iso4217="ECS" before="2000-01-01"/>
    </region>
    <region iso3166="CH"> <!-- Switzerland -->
      <currency iso4217="CHF"/>
    </region>
  </currencyData>
</supplementalData>
