Commit 15d8b50a authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 75c1816d
...@@ -113,7 +113,7 @@ function run(data, config) { ...@@ -113,7 +113,7 @@ function run(data, config) {
maxAllocatedMoney: maxAllocatedMoney, maxAllocatedMoney: maxAllocatedMoney,
avgAllocatedMoney: maxAllocatedMoney / total, avgAllocatedMoney: maxAllocatedMoney / total,
drawDown: drawDown, drawDown: drawDown,
drawDownCompoundPerMonth:compoundPerMonth/drawDown, CompoundPerMonthDrawDown:compoundPerMonth/drawDown,
maxReseve: maxReserve, maxReseve: maxReserve,
avgReserve: maxReserve / total, avgReserve: maxReserve / total,
percentage: percentage, percentage: percentage,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment