コード例 #1
0
ファイル: RendaFixa.cs プロジェクト: jjlDev/Easynvest
 public decimal CalcularResgate()
 {
     return(CalculosInvestimentos.CalcularResgate(this.vencimento, this.dataOperacao, this.capitalAtual));
 }
コード例 #2
0
ファイル: TesouroDireto.cs プロジェクト: jjlDev/Easynvest
 public decimal CalcularResgate()
 {
     return(CalculosInvestimentos.CalcularResgate(this.vencimento, this.dataDeCompra, this.valorTotal));
 }
コード例 #3
0
ファイル: RendaFixa.cs プロジェクト: jjlDev/Easynvest
 public decimal CalcularIR() => CalculosInvestimentos.CalcularIR(Rentabilidade(), porcentagemIR);
コード例 #4
0
 public decimal CalcularResgate()
 {
     return(CalculosInvestimentos.CalcularResgate(this.dataResgate, this.dataCompra, this.ValorAtual));
 }