Boutquin.Trading.Domain 0.1.0-beta19

This is a prerelease version of Boutquin.Trading.Domain.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Boutquin.Trading.Domain --version 0.1.0-beta19
                    
NuGet\Install-Package Boutquin.Trading.Domain -Version 0.1.0-beta19
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Boutquin.Trading.Domain" Version="0.1.0-beta19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Boutquin.Trading.Domain" Version="0.1.0-beta19" />
                    
Directory.Packages.props
<PackageReference Include="Boutquin.Trading.Domain" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Boutquin.Trading.Domain --version 0.1.0-beta19
                    
#r "nuget: Boutquin.Trading.Domain, 0.1.0-beta19"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Boutquin.Trading.Domain@0.1.0-beta19
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Boutquin.Trading.Domain&version=0.1.0-beta19&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Boutquin.Trading.Domain&version=0.1.0-beta19&prerelease
                    
Install as a Cake Tool

Boutquin.Trading

Nuget License

*** Very much a work in progress ***

A multi-asset, multi-strategy, event-driven trading platform for back testing strategies with portfolio-based risk management and %-per-strategy capital allocation.

Overview

Domain

This will contain all entities, enums, exceptions, interfaces, types and logic specific to the domain layer.

A key extension class here is the DecimalArrayExtensions class, a static class that provides extension methods for working with arrays of decimal values. It includes methods for calculating the Sharpe Ratio and Annualized Sharpe Ratio of daily returns for a given array of decimal values.

Entities

These classes cover a wide range of entities related to the financial trading domain, including asset classes, securities, exchange-related data, currency rates, and geographical information.

  • AssetClass
  • City
  • Continent
  • Country
  • Currency
  • Exchange
  • ExchangeHoliday
  • ExchangeSchedule
  • FxRate
  • Security
  • SecurityPrice
  • SecuritySymbol
  • SymbolStandard
  • TimeZone

Contributing

If you'd like to contribute to the development of Boutquin.Trading, please feel free to submit a pull request or open an issue with your suggestions or improvements.

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for more information.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Boutquin.Trading.Domain:

Package Downloads
Boutquin.Trading.DataAccess

Common abstractions (DbContext, Entity Configurations) specific to a Trading Data Access layer.

Boutquin.Trading.Application

Common abstractions (Strategy, Portfolio, BackTest) specific to a Trading Application layer.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.0.1-beta01 101 5/15/2024
0.4.0-beta01 108 4/20/2024
0.3.0-beta01 91 4/16/2024
0.1.1-beta09 91 4/5/2024
0.1.1-beta08 102 4/3/2024
0.1.1-beta05 102 3/16/2024
0.1.1-beta02 150 1/5/2024
0.1.1-beta01 100 1/5/2024
0.1.0-beta33 155 5/27/2023
0.1.0-beta30 150 5/23/2023
0.1.0-beta29 138 5/15/2023
0.1.0-beta28 147 5/14/2023
0.1.0-beta27 151 5/8/2023
0.1.0-beta25 142 5/1/2023
0.1.0-beta23 148 4/23/2023
0.1.0-beta22 146 4/22/2023
0.1.0-beta21 142 4/21/2023
0.1.0-beta19 150 4/17/2023
0.1.0-beta18 147 4/16/2023
0.1.0-beta17 138 4/16/2023
0.1.0-beta16 138 4/14/2023
0.1.0-beta14 147 4/10/2023
0.1.0-beta12 150 4/4/2023
0.1.0-beta11 149 4/4/2023
0.1.0-beta10 146 4/4/2023
0.1.0-beta09 158 4/2/2023
0.1.0-beta07 161 3/28/2023
0.1.0-beta06 157 3/28/2023
0.1.0-beta04 162 3/25/2023
0.1.0-beta03 164 3/25/2023

Initial version.