Main Index |
TIPS Home |
ok_er_inok_er_in (routine)
Validate the early redemption (call) schedule data
Introduced in release: 1.2
Component: Generic
Purpose:
Validates that the given call schedule data is valid:
There are no call dates after the maturity date.
There are no call dates before the issue date.
All redemption values are greater than zero.
Trade date is given with continuous calls.
Continuous calls are in sorted order.
Results:
The value of the function is true (1) if all the data is valid. The value of the function is false (0) if any of the data is invalid. The variable status will contain the error code.
Error Conditions:
The variable status contains a non zero value upon returning from the function when the input contains an error. See Errors.
| Last Mod Date: 01/04/1996 | © 2001 TIPS, Inc. | Doc Version: 5.0 |