Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  this.rendaFixa = Helper.strToDoubleCurrency(data.fixedIncome.value, true);
  2.     this.rendaVariavel = Helper.strToDoubleCurrency(data.totalOnlineStockPortfolioValue.value, true);
  3.     this.rendaVariavel += Helper.strToDoubleCurrency(data.totalOnlineOptionsPortfolioValue.value, true);
  4.     this.rendaVariavel += Helper.strToDoubleCurrency(data.totalOnlineBmfPortfolioValue.value, true);
  5.     this.fundos = Helper.strToDoubleCurrency(data.funds.value, true);
  6.     this.tesouro = Helper.strToDoubleCurrency(data.treasuryDirect.value, true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement