Commit 17a01ed9 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 15d8b50a
...@@ -41,7 +41,7 @@ async function run() { ...@@ -41,7 +41,7 @@ async function run() {
let arr1000Compound = [] let arr1000Compound = []
let arrReserv = _.orderBy(arr2, ['percentage'], ['asc']); let arrReserv = _.orderBy(arr2, ['percentage'], ['asc']);
let arrCompound = _.orderBy(arr2, ['compoundPerMonth'], ['desc']); let arrCompound = _.orderBy(arr2, ['CompoundPerMonthDrawDown'], ['desc']);
let arrResrv200 = [] let arrResrv200 = []
let arrReservCompound = [] let arrReservCompound = []
for (let i = 0; i < 1000; i++) { for (let i = 0; i < 1000; i++) {
......
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