Enables custom volatility models in python algorithms
Creates a python wrapper for volatility models created in python algorithms and adds a method to the Security object to set such models. Adds an algorithm to show how volatility models can be implemented.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AddRemoveSecurityRegressionAlgorithm.py" />
|
||||
<Compile Include="CustomVolatilityModelAlgorithm.py" />
|
||||
<Compile Include="BasicTemplateAlgorithm.py" />
|
||||
<Compile Include="BasicTemplateDailyAlgorithm.py" />
|
||||
<Compile Include="BasicTemplateFillForwardAlgorithm.py" />
|
||||
|
||||
Reference in New Issue
Block a user