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