Functions and CALL Routines |
Category: | Financial |
Syntax | |
Arguments | |
Details | |
Examples |
Syntax |
DURP(A,c,n,K,k0,y) |
Range: |
specifies the nominal per-period coupon rate, expressed as a fraction.
Range: |
specifies the number of coupons per period.
Range: | and is an integer |
specifies the number of remaining coupons.
Range: | and is an integer |
specifies the time from the present date to the first coupon date, expressed in terms of the number of periods.
Range: |
specifies the nominal per-period yield-to-maturity, expressed as a fraction.
Range: |
Details |
The DURP function returns the value
where
and where
Examples |
data _null_; d=durp(1000,1/100,4,14,.33/2,.10); put d; run;
The value returned is 3.26496.
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.