Skip to content

Commit

Permalink
Attribution sig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Aug 14, 2024
1 parent ee97136 commit 177c0dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Qwack.Models/Models/PnLAttribution.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ private static ICube EnrichWithPortfolio(this ICube results, Portfolio pfolio)
return o;
}

public static ICube ExplainAttribution(this Portfolio startPortfolio, Portfolio endPortfolio, AssetFxMCModel startModel, AssetFxMCModel endModel, Currency reportingCcy, ICube startingGreeks, ICurrencyProvider currencyProvider, IFutureSettingsProvider futureSettings, ICalendarProvider calendarProvider, bool useSpreadDelta = false)
public static ICube ExplainAttribution(this Portfolio startPortfolio, Portfolio endPortfolio, IPvModel startModel, IPvModel endModel, Currency reportingCcy, ICube startingGreeks, ICurrencyProvider currencyProvider, IFutureSettingsProvider futureSettings, ICalendarProvider calendarProvider, bool useSpreadDelta = false)
{
var cube = new ResultCube();
var dataTypes = new Dictionary<string, Type>
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.8.80</VersionPrefix>
<VersionPrefix>0.8.81</VersionPrefix>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.80
0.8.81

0 comments on commit 177c0dc

Please sign in to comment.