Questions tagged [gepsio]

Gepsio is a document object model for XBRL documents based on .NET Standard 2.0. Load your XBRL document with the XbrlDocument class and work with your XBRL document exposed as a set of .NET 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.

Can be found on NuGet: https://www.nuget.org/packages/Gepsio/

3 questions
2
votes
1 answer

Get specific value from XBRL document

I've been using Gepsio to try and churn my way through standard SEC XBRL filings through their EDGAR system, and despite my numerous attempts to figure this out, it seems I'm at a loss. When you extract the facts from any document, and you're…
0
votes
0 answers

Storing XBRL schemas in Gepsio for validation

I am integrating @JeffFerguson's Gepsio into my project. I am using Banca d'Italia's SARA XBRL dialect. In order to validate an XbrlDocument I need all the schemas to be in same directory as the XBRL file. The sample file, in fact, contains a link…
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
0
votes
1 answer

Gepsio validating Xbrl document

I'm integrating the library Gepsio into my current project for Xbrl validation. I'm able to load my document into the Xbrl document without any issues. All the content is filled and no exeptions are thrown. But when i validate the same document…
JMan
  • 2,611
  • 3
  • 30
  • 51