Example #1
0
 public decimal CalcularResgate()
 {
     return(CalculosInvestimentos.CalcularResgate(this.vencimento, this.dataOperacao, this.capitalAtual));
 }
Example #2
0
 public decimal CalcularResgate()
 {
     return(CalculosInvestimentos.CalcularResgate(this.vencimento, this.dataDeCompra, this.valorTotal));
 }
Example #3
0
 public decimal CalcularIR() => CalculosInvestimentos.CalcularIR(Rentabilidade(), porcentagemIR);
Example #4
0
 public decimal CalcularResgate()
 {
     return(CalculosInvestimentos.CalcularResgate(this.dataResgate, this.dataCompra, this.ValorAtual));
 }