inline xbrl: is it evolution or just a future herm fischer mark v systems limited april 26, 2013

17
inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

Upload: charles-quinn

Post on 05-Jan-2016

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

inline XBRL: is it Evolution or just a Future

Herm Fischer

Mark V Systems LimitedApril 26, 2013

Page 2: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

Topics

• What’s so hard about cranking up inline?– HMRC problem– EDInet (FSA Japan)– at SEC?

• What gets submitted to authority• What gets validated

Page 3: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

What is inline XBRL

• Old fashioned html document– Decorated and organized by filer

• Fact values marked with tags– Numbers (with transformation/scaling)– Strings etc.

• Contextualizing information is hidden– Periods, Dimensions, Units, etc.

Page 4: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

inline XBRL

Page 5: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

Filing with inline XBRL

Page 6: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

HMRC Use Case

Page 7: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

Model of inline XBRL

Page 8: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

HTML supported

• No Doctype in html (tricks for old IE versions)• Semi-custom html-4 (validated by xsd)– No html-5 stuff

Page 9: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

SEC Filing

• Before inline XBRL– 8k/10k (1 html/text file)– Instance in XBRL (1 file)– Schema and linkbase files

• After inline XBRL– 8k/10k (1 html file(s) with inline markup)– Schema and linkbase files

Page 10: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

Filer Manual Accommodations

• There will be duplicate facts– Most accurate likely prevails (?)

• May be other EFM issues

Page 11: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

Validations

• HTML syntax (schema, not DTD)• Inline transformations and contextualizations• XML of extracted instance• XBRL 2.1, dimensions• Edgar Filer Manual• (Not by SEC: public pillory on the cloud)

Page 12: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

What gets rendered to consumer

• The original source html– Has decorations, style, and ordering of filer

• The extracted XBRL instance– Normalized information and appearance– Normalized ordering of information– Uniform rendering like among accessions

• **both of these (my opinion)

Page 13: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

Round trip re-rendering

• From inline source– Extract XBRL facts, contextualizing information– Render normalized way (e.g., SEC website)

include inline in normalized HTML rendering• Should be losslessly recyclable

like a Möbius strip• Never get original decorations

back

Page 14: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

Changes for Japan

• EDInet will use inline XBRL “document sets”– Each schedule a separate html document– Footnotes and notes in separate document at end

• Needed extensions for– Date formats (emperor’s birthday-based dates)– Shared numbers (“same-as-left column”)– Fact-explanatory-fact footnote-links– Text continuation (strings split across sections)

Page 15: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

Copyright © 2012 XBRL Japan Inc., All Rights Reserved

2. Abbreviated notations - Situation in Japan

15

A notation of “Same as left” is really often used in JP typical reporting documents, and we have similar problems as UK vendor reported.

Number of issued shares

At the end of fiscal year

(2012-01-31)

At reporting date

(2012-04-26)

fact=“Same as left”?fact=8176452

Number of consolidated subsidiaries

Prior consolidated fiscal year(2009-04-01~ 2010-03-31)

Current consolidated fiscal year(2010-04-01~ 2011-03-31)

fact=“Same as left”?fact=3

Page 16: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

Practical issues in Japan

• Some consumers have XBRL-aware tools– Adequate inline support exists

• Told that FSA will not send out XBRL instances– Instance semantically identical to inline

• Independent software guys need support– Want open source only, no licensed software– Original prototype inline extractor not usable– So do they have to scrape from HTML? Can they?

Page 17: Inline XBRL: is it Evolution or just a Future Herm Fischer Mark V Systems Limited April 26, 2013

What can we learn from usage?

• ? document set filings (> 1 html)• ? download extracted instances• ? available open source software• ? render from XBRL without decorations