This commit is contained in:
2026-04-01 11:08:02 +02:00
parent 06922973b7
commit 5054b64cd0
2 changed files with 2 additions and 5 deletions

View File

@@ -144,9 +144,6 @@ class ValuationBase(ModelSQL):
value = Decimal(strategy._get_matrix_price(
comp, line, scenario.valuation_date))
if comp.ratio:
value *= Decimal(comp.ratio) / Decimal(100)
total += value
return round(total, 4)