Difference between revisions of "OOoES/Traduccion/Calc: Funcion TASA.INT"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Created page with '== TASA.INT(*) == Devuelve el tipo de interés de un efecto inveertido totalmente. === Sintaxis: === <tt>''' TASA.INT(Liquidación; Vencimiento; Inversión; Re…')
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== TASA.INT(*) ==
 
== TASA.INT(*) ==
Devuelve el tipo de inter&eacute;s de un efecto inveertido totalmente.
+
Devuelve el tipo de inter&eacute;s de un efecto invertido totalmente.
  
 
=== Sintaxis: ===
 
=== Sintaxis: ===
 
<tt>''' TASA.INT(Liquidaci&oacute;n; Vencimiento; Inversi&oacute;n; Reembolso; Base)'''</tt>  
 
<tt>''' TASA.INT(Liquidaci&oacute;n; Vencimiento; Inversi&oacute;n; Reembolso; Base)'''</tt>  
:Con los par&aacute;n : <tt>''' Liquidaci&oacute:n'''</tt>, <tt>''' Vencimiento '''</tt>, <tt>''' Inversi&oacute:n'''</tt>, <tt>''' Reembolso'''</tt> y <tt>''' Base'''</tt>.
+
:Con los par&aacute;metros : <tt>''' Liquidaci&oacute:n'''</tt>, <tt>''' Vencimiento '''</tt>, <tt>''' Inversi&oacute:n'''</tt>, <tt>''' Reembolso'''</tt> y <tt>''' Base'''</tt>.
  
 
=== Ejemplo: ===
 
=== Ejemplo: ===
<tt>''' TASA.INT()'''</tt>
+
Se compra un cuadro el 15.01.1990 por 1 millón y se vende el 05.05.2002 por 2 millones. La base es diariamente calculada (Base = 3). ¿A cuánto asciende la tasa de interés anual?
  
[[Category: ES]]
+
<tt>''' =TASA.INT("1990-01-15"; "2002-05-05"; 1000000; 2000000; 3)'''</tt>
 +
:Devuelve  0.0812374805  8,12%.
 +
 
 +
<tt>''' =TASA.INT("1998-04-20"; "2004-05-05"; 1000000; 2000000; 2)'''</tt>
 +
:Devuelve 0.1631173539 
 +
 
 +
 
 +
=== Vea También ===
 +
[[OOoES/Traduccion/Calc: Funcion TASA.NOMINAL|TASA.NOMINAL]], [[OOoES/Traduccion/Calc: Funcion TASA.NOMINAL_ADD|TASA.NOMINAL_ADD]]
 +
 
 +
'''[[OOoES/Traduccion/Calc: Financial functions|Funciones Financieras]]'''
 +
[[Category: OldES]]

Latest revision as of 16:44, 22 November 2012

TASA.INT(*)

Devuelve el tipo de interés de un efecto invertido totalmente.

Sintaxis:

TASA.INT(Liquidación; Vencimiento; Inversión; Reembolso; Base)

Con los parámetros : Liquidaci&oacute:n, Vencimiento , Inversi&oacute:n, Reembolso y Base.

Ejemplo:

Se compra un cuadro el 15.01.1990 por 1 millón y se vende el 05.05.2002 por 2 millones. La base es diariamente calculada (Base = 3). ¿A cuánto asciende la tasa de interés anual?

=TASA.INT("1990-01-15"; "2002-05-05"; 1000000; 2000000; 3)

Devuelve 0.0812374805 8,12%.

=TASA.INT("1998-04-20"; "2004-05-05"; 1000000; 2000000; 2)

Devuelve 0.1631173539


Vea También

TASA.NOMINAL, TASA.NOMINAL_ADD

Funciones Financieras

Personal tools