XBRL Storage Service

From XBRLWiki
Jump to navigationJump to search

Description

The XBRL Storage Service is a software component responsible of storing XBRL Data into the XBRL Database. This component is able to perform the necessary transformations in order to property convert the object model from Reporting Standard S.L. API into a simplified model than can be stored on a relational database.

The Storage Service is a software library that can be used from any other application. It operates in two modes:

  • Synchronized model: in the same thread as the calling process
  • Unattended model: in a different thread from the calling thread

Under both modes, the calling application would be informed via events and callback functions about the process finalization and process result.

This software component allows easy integration of Reporting Standard S.L. XBRL Platform in any other products or reporting framework.

Navigate

Main Page