All Projects → dgm9704 → Xoxo

dgm9704 / Xoxo

Licence: LGPL-3.0 license
reading, writing and comparing XBRL reports

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Xoxo

py-xbrl
Python-based parser for parsing XBRL and iXBRL files
Stars: ✭ 47 (+147.37%)
Mutual labels:  xbrl, ixbrl
python api client
A Python client for Calcbench's API.
Stars: ✭ 16 (-15.79%)
Mutual labels:  xbrl
edgarWebR
R package for interacting with the SEC's EDGAR filing search and retrieval system
Stars: ✭ 63 (+231.58%)
Mutual labels:  xbrl
gepsio
Gepsio is a document object model for XBRL documents based on .NET 6.
Stars: ✭ 50 (+163.16%)
Mutual labels:  xbrl
XBRL
Classes that implement the XBRL 2.1, XDT, Formulas, Generics, XFI and other XBRL specifications
Stars: ✭ 29 (+52.63%)
Mutual labels:  xbrl

.NET nuget

Default branch has been renamed

Use these commands to update:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Xoxo

Container for the Diwen.Xbrl library and any related stuff

Ways get in touch

If you have any questions, comments, suggestions, problems, bugreports/fixes, etc

create an issue

It's always ok to create one even if you're not sure

https://github.com/dgm9704/Xoxo/issues/new

send a message through the NuGet package page

This might be the best way if you have a complicated issue or something you don't want share publicly

https://www.nuget.org/packages/Diwen.Xbrl/1.2.0/ContactOwners

twitter: @DiwenXbrl

https://twitter.com/DiwenXbrl

Diwen.Xbrl

A .NET library for reading, writing and comparing XBRL documents (instances) Supports:

  • EBA and EIOPA ITS reporting (eg COREP, FINREP, AE, FP, SBP, Solvency II, Pension Funds, etc.)

  • Australian and Finnish SBR message structures

  • Parsing of Inline XBRL to "normal" instance (from ESMA ESEF)

  • Bare-bones implementation of reading and writing xBRL-csv (no connection to "normal" XBRL yet)

License:

GNU Lesser General Public License v3.0

http://www.gnu.org/licenses/gpl.txt

http://www.gnu.org/licenses/lgpl.txt

TLDR;

You can use the compiled library with your application without it affecting the licensing of your other source code.

(Just remember to link back here ie. "attribution")

If you modify the source code and distribute it, you need to license the software containing the modified version accordingly.

Diwen.Xbrl.Tests

Tests for exercising Diwen.Xbrl code, also serving as documentation and samples

License

Free Public License 1.0.0

Environment

Code is written in C#, targeting .NET Standard 2.0

Test framework is xUnit and test code is targeting .NET 6

I use Visual Studio Code on Arch Linux

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].