Merge branch 'develop' into feature/QUANT-1667-bundle-first-ordering

This commit is contained in:
Josh Burman
2022-04-27 15:46:44 +00:00
4 changed files with 68 additions and 2 deletions

View File

@ -27,8 +27,6 @@ class ObjectiveFunction(BaseModel):
else:
for target in targets:
target.drift = round(target.drift + amount, 2)
print(self.tif_targets)
print(self.tcc_targets)
return amount
def update_targets_drift(self, amount: float = 0.0):