| Line 1: |
Line 1: |
| − | =INTRATE(SettlementDate, MaturityDate, Investment, Redemption, Basis)= | + | <div style="font-size:30px">'''INTRATE (SettlementDate,MaturityDate,Investment,RedemptionValue,Basis)'''</div><br/> |
| − | | |
| | *where, <math>SettlementDate</math> is the security's settlement date (a date when coupon or a bond is purchased) | | *where, <math>SettlementDate</math> is the security's settlement date (a date when coupon or a bond is purchased) |
| | *<math>MaturityDate</math> is the security's maturity date (a date when coupon or a bond expires) | | *<math>MaturityDate</math> is the security's maturity date (a date when coupon or a bond expires) |
| | *<math>Investment</math> is the amount invested in the security or a bond | | *<math>Investment</math> is the amount invested in the security or a bond |
| − | *<math>Redemption</math> is the amount to be received at maturity of a bond | + | *<math>RedemptionValue</math> is the amount to be received at maturity of a bond |
| | *<math>Basis</math> is the type of day count basis to use | | *<math>Basis</math> is the type of day count basis to use |
| | | | |
| − | INTRATE() calculates the interest rate for a fully invested security. | + | INTRATE(), returns the interest rate for a fully invested security. |
| | | | |
| | == Description == | | == Description == |
| | | | |
| − | INTRATE(SettlementDate, MaturityDate, Investment, Redemption, Basis) | + | INTRATE(SettlementDate, MaturityDate, Investment,RedemptionValue, Basis) |
| | | | |
| | *<math>SettlementDate</math> and <math>MaturityDate</math> should be entered either in 'date format' or 'dates returned using formulas'. If dates are not valid, Calci displays #N/A error message. | | *<math>SettlementDate</math> and <math>MaturityDate</math> should be entered either in 'date format' or 'dates returned using formulas'. If dates are not valid, Calci displays #N/A error message. |
| | *If <math>SettlementDate</math> >= <math>MaturityDate</math>, Calci displays #N/A error message. | | *If <math>SettlementDate</math> >= <math>MaturityDate</math>, Calci displays #N/A error message. |
| − | *If <math>Investment</math> <=0 or <math>Redemption</math> <=0, Calci displays #N/A error message. | + | *If <math>Investment</math> <=0 or <math>RedemptionValue</math> <=0, Calci displays #N/A error message. |
| | *<math>Basis</math> value is optional. If omitted, Calci assumes it to be 0. | | *<math>Basis</math> value is optional. If omitted, Calci assumes it to be 0. |
| | Below table shows the use of <math>Basis</math> values: | | Below table shows the use of <math>Basis</math> values: |