Skip to content

Commit

Permalink
VaR
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Jul 25, 2024
1 parent bbc66fc commit 592c229
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/VaR/VaREngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public VaREngine(ILogger logger, IPvModel baseModel, Portfolio portfolio, Dictio
}

public Dictionary<string, ICube> ResultsCache => _resultsCache.ToDictionary(x => x.Key, x => x.Value);
public ICube BasePvCube => _basePvCube;
public ICube BasePvCube {get { return _basePvCube; } set { _basePvCube = value; } }

public void SeedResults(ICube basePvCube, Dictionary<string, ICube> bumpedPvCubes)
{
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.70</VersionPrefix>
<VersionPrefix>0.8.71</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.70
0.8.71

0 comments on commit 592c229

Please sign in to comment.