Skip to content

Commit

Permalink
Model roll fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Aug 14, 2024
1 parent 177c0dc commit 4b98719
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Qwack.Models/Models/AssetProductEx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,8 @@ public static IAssetFxModel RollModel(this IAssetFxModel model, DateTime fwdValD
rolledModel.AddVolSurfaces(rolledVolSurfaces);
rolledModel.AddFixingDictionaries(rolledFixings);
rolledModel.CorrelationMatrix = model.CorrelationMatrix;
if (model.Portfolio != null)
rolledModel.AttachPortfolio(model.Portfolio);

return rolledModel;
}
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.81</VersionPrefix>
<VersionPrefix>0.8.82</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.81
0.8.82

0 comments on commit 4b98719

Please sign in to comment.