With the DISC formula in Google Sheets, we can calculate a security’s discount rate based on its precio. This is one of the myriads of Financial formulas that Google Sheets is ported with.
Sintaxis
DISC(settlement, maturity, price, redemption, [day_count_convention])
- acuerdo - es la fecha posterior a la emisión del valor, cuando se entrega efectivamente al comprador.
- madurez - es la fecha final o de vencimiento del valor, cuando el comprador puede rescatarlo por su valor nominal o a la par.
- precio - is the price at which the buyer bought the security for.
- redemption – is the redemption value of the security.
- day_count_convention - [parámetro OPCIONAL - 0 por defecto ] - es un indicador del método de recuento de días que Google Sheets debe considerar. Hay cinco valores posibles diferentes para este parámetro.
- 0 - asume que hay meses de 30 días y años de 360 días (US (NASD) 30/360). El uso de este valor garantiza que haya ajustes específicos en las fechas introducidas que suelen estar al final de los meses.
- 1 - calcula basándose en el número real de días entre las fechas especificadas y el número real de días en los años intermedios.
- 2 - calcula basándose en el número real de días entre las fechas especificadas, pero asume un año de 360 días.
- 3 – evaluates the DISC formula in Google Sheets based on the actual number of days between the specified dates, but assumes a 365 day year.
- 4 - muy similar a la primera opción 0, excepto que ajusta las fechas de fin de mes según las convenciones financieras europeas.
Usage: DISC formula in Google Sheets
Nothing helps us as much as examples do to understand a concept, so let’s use a few of them. Please see the snapshot below.
Please note that we should ensure that we enter only valid dates for liquidacióny vencimiento parameters. They can be values returned from functions such as FECHA, FECHA_TO, or references to other date type cells. We cannot enter direct text values for dates. The other parameters can be direct numeric values or can be references to the cells holding the appropriate values.
The DISC formula can also return negative values depending upon precio y redención values. Please see the illustration below.
We will notice that even if all the first four parameters are essentially the same, the output values vary. This is because of the method with which the days are counted which we indicated using the recuento_diario_convenio parámetro.
DISC formula
And there you go! Use the DISC formula in Google Sheets to calculate a security’s discount rate based on its price.
Si desea obtener más información sobre las distintas fórmulas de las Hojas de cálculo de Google, eche un vistazo a nuestra entrada del blog sobre las fórmulas de Google. PPMT formula in Google Sheets.
También puede consultar las entradas del blog relacionadas a continuación.
