Functions and CALL Routines |
Category: | Financial |
Syntax | |
Arguments | |
Details | |
Examples |
Syntax |
DUR(y,f,c(1), ... ,c(k)) |
specifies the effective per-period yield-to-maturity, expressed as a fraction.
Range: |
specifies the frequency of cash flows per period.
Range: |
Details |
The DUR function returns the value
where
Examples |
data _null_; d=dur(1/20,1,.33,.44,.55,.49,.50,.22,.4,.8,.01,.36,.2,.4); put d; run;
The value that is returned is 5.28402.
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.