An open API service indexing awesome lists of open source software.

https://github.com/jeffferguson/gepsio

Gepsio is a document object model for XBRL documents based on .NET.
https://github.com/jeffferguson/gepsio

assembly dotnet6 xbrl xbrl-document xbrl-parser

Last synced: 2 months ago
JSON representation

Gepsio is a document object model for XBRL documents based on .NET.

Awesome Lists containing this project

README

          

# What is Gepsio?
Gepsio is a document object model for [XBRL](https://www.xbrl.org/) documents. The object model is built using .NET 8 and will work with any software development platform that can consume .NET 8 assemblies.

Load your XBRL document with the `XbrlDocument` class and work with your XBRL document exposed as a set of .NET 8 classes with a variety of properties and methods. Loaded XBRL documents are automatically validated against the information against the XBRL specification, and exceptions are thrown when invalid XBRL documents are loaded. The Gepsio code base is unit tested using the [XBRL Conformance Suite](https://specifications.xbrl.org/release-history-base-spec-conformance-suite.html) designed by the XBRL organization.

The [Wiki](https://github.com/JeffFerguson/gepsio/wiki) includes a section called "Working with Gepsio" that describes how to use Gepsio to work with XBRL document instances.