dgm9704 / Xoxo

read, write, compare, convert XBRL reports
GNU Lesser General Public License v3.0
27 stars 9 forks source link

Facts are compared by unitRef and not measure of unit #11

Closed dgm9704 closed 9 years ago

dgm9704 commented 9 years ago

ie. these should be equal cases and are not atm. a)

  <xbrli:unit id="uEUR">
    <xbrli:measure>iso4217:EUR</xbrli:measure>
  </xbrli:unit>
<eba_met:mi290 unitRef="uEUR" decimals="-3" [...]

b)

  <unit id="u-01">
    <measure>iso4217:EUR</measure>
  </unit>
<eba_met:mi290 unitRef="u-01" decimals="-3" [...]