Skip to content

Commit

Permalink
Method sig change
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Aug 14, 2024
1 parent 080f903 commit ee97136
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/Risk/BasicMetrics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2644,7 +2644,7 @@ public static async Task<ICube> AssetGreeks(this IPvModel pvModel, DateTime fwdV
return cube;
}

public static ICube AssetGreeksSafe(this AssetFxMCModel pvModel, DateTime fwdValDate, Currency reportingCcy, ICurrencyProvider currencyProvider, ICalendarProvider calendarProvider)
public static ICube AssetGreeksSafe(this IPvModel pvModel, DateTime fwdValDate, Currency reportingCcy, ICurrencyProvider currencyProvider, ICalendarProvider calendarProvider)
{
ICube 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.79</VersionPrefix>
<VersionPrefix>0.8.80</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.79
0.8.80

0 comments on commit ee97136

Please sign in to comment.