diff --git a/src/Qwack.Models/Risk/VaR/VaREngine.cs b/src/Qwack.Models/Risk/VaR/VaREngine.cs index 161962b7..b40553d2 100644 --- a/src/Qwack.Models/Risk/VaR/VaREngine.cs +++ b/src/Qwack.Models/Risk/VaR/VaREngine.cs @@ -42,7 +42,7 @@ public VaREngine(ILogger logger, IPvModel baseModel, Portfolio portfolio, Dictio } public Dictionary 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 bumpedPvCubes) { diff --git a/version.props b/version.props index 13df4495..d61b67b2 100644 --- a/version.props +++ b/version.props @@ -1,5 +1,5 @@ - 0.8.70 + 0.8.71 diff --git a/version.txt b/version.txt index 6737a028..efd104b1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.70 \ No newline at end of file +0.8.71 \ No newline at end of file