Code cleanup.
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-03-13 15:05:05 -04:00
parent 5fc0cf1961
commit b87dea3473
4 changed files with 9 additions and 112 deletions

View File

@@ -5,7 +5,8 @@ using MarketData.MarketDataModel;
namespace MarketData.Numerical
{
/// <summary>
/// Black Sholes Option Pricing Model for simplest scenario
/// Black Sholes Option Pricing Model for simplest scenario.
/// This is an adoption of the Abramowitz Stegun approximation for the cumulative normal distribution
/// </summary>
public class BlackScholesOptionPricingModel
{