Documentation
¶
Overview ¶
Package raw reads in the raw data -- either the standard or non-standard files. The package also adds a handful of new fields.
- qa. Results of QA. The string field lists every field that failed QA separated by colons.
- file. Name of the source file.
- dq. Numeric delinquency level.
- vintage. Vintage of the loan based on the first pay date. The string format is CCYY"Q"q, for example 2020Q1.
- propVal. Property value at origination calculated from original balance and LTV.
- standard. Flag that is Y if the loan is a standard loan.
The output table is <tmp>.source where tmp is the tmp DB specified on the command line
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Excl bool
Excl is true if this is a non-standard file
View Source
var TableDef *chutils.TableDef
TableDef is TableDef for the source table. It is exported as package collapse needs details of these fields
Functions ¶
func LoadHarpMap ¶
LoadHarpMap loads the mapping of non-HARP loans that refinanced into HARP loans.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.