The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XBRL::JPFR - Perl extension for reading XBRL instance documents which are disclosed at Tokyo Stock Exchange(TSE,TDnet) and Japan Financial Service Agancy(FSA,EDINET). JPFR means Japan Financial Reporting.

SYNOPSIS

use XBRL::JPFR;

my $xbrl_doc = XBRL::JPFR->new( {file=>"foo.xbrl", schema_dir="/dir/to/schema/files"});

DESCRIPTION

XBRL::JPFR provides an OO interface for reading XBRL instance documents which are disclosed at Tokyo Stock Exchange(TSE,TDnet) and Japan Financial Service Agancy(FSA,EDINET).

XBRL::JPFR inherits XBRL.

get_trees
        my $type = undef; # or 'def', 'pre', 'cal'
        my $uri = undef; # or uri
        my $trees = $xbrl_doc->get_trees($type, $uri)

Returns trees which represent definition, presentation and/or calculation hierarchies.

SEE ALSO

XBRL

bin/{dumpxbrl,timeseries} as an example

EDINET

        https://disclosure.edinet-fsa.go.jp/EKW0EZ0015.html, and its link to old standards.
        http://disclosure.edinet-fsa.go.jp/

TDnet

        http://www.tse.or.jp/rules/td/xbrl/data/
        https://www.release.tdnet.info/index.html

AUTHOR

Mark Gannon <mark@truenorth.nu>

MODIFIER

Tetsuya Yamamoto <yonjouhan@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Mark Gannon

Copyright (C) 2015 by Tetsuya Yamamoto

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10 or, at your option, any later version of Perl 5 you may have available.