Skip to content
/ Xoxo Public
forked from dgm9704/Xoxo

reading, writing and comparing XBRL instances

License

Notifications You must be signed in to change notification settings

cjundt/Xoxo

 
 

Repository files navigation

.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

About

reading, writing and comparing XBRL instances

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%