Prepayment Library - Functions
EspPrep_initEspPrepayLoanLevelDescStructToDefault
Initializes an instance of the loan level data structure to its default state.
Notes
- Utility function
- Requires an instance of structure EspPrepayLoanLevelDescStruct as target for initialization
- Performs operation only; no returned value
- Typically called following call to function createEspPrepayLoanLevelDescStruct()
Use
Function Prototype
void EspPrep_initEspPrepayLoanLevelDescStructToDefault (EspPrepayLoanLevelDescStruct *prepay_loan_level_ptr);
Function Call
EspPrep_initEspPrepayLoanLevelDescStructToDefault(pMbsCollat->prepay_loan_level_ptr);Parameter Detail
*prepay_loan_level_ptr
(pointer)
Points to an instance of structure EspPrepayLoanLevelDescStruct
that has been created with function createEspPrepayLoanLevelDescStruct and requires initialization.
This structure is used as input to the function.