Skip to content

dgm9704/fame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core

nuget

Introduction

fame is a project to help read and write AIFMD XML reports plus any tests and tools around that.

Diwen.Aifmd

.NET Standard 2.0 library for serializing AIFMD XML reports to and from XML or text files

License:

GNU Lesser General Public License v3.0

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

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

Diwen.Aifmd.Test

.NET Core 3.1 test project with code and data for testing the library, also serving as documentation

License

Free Public License 1.0.0

Specifications

All specifications should be found on the website of the supervising or regulating organisation.

eg. ESMA Library 2013/1358 (http://www.finanssivalvonta.fi/en/Regulation/International_Projects/AIFMD/reporting/Pages/Default.aspx)

Environment

I use Visual Studio Code on Arch Linux

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

Test framework is xUnit.net

and test code is targeting .NET 6