Go To Documentation Main IndexMain Index
Go To TIPS, Inc.TIPS Home
ok_id_2_md

ok_id_2_md (routine)

Validate a given number of months from issue to maturity date for a mortgage

Introduced in release: 1.0
Component: Generic
Purpose: Tests the number of months between issue date and maturity date for an MBS (mortgage backed security). It must be greater than zero and less than or equal to 600.

Results: The value of the function is true (1) if the number of months is valid The value of the function is false (0) if the number of months is invalid The variable status will contain the reason it is invalid

Error Conditions: The variable status contains a non zero value upon returning from the function when the input contains an error.

 6401 = number of months <= 0
 6402 = number of months > 600

Last Mod Date: 03/01/1990© 2001 TIPS, Inc.Doc Version: 5.0