|
The Distribution of Appraisals Selection generates the Distribution
of Appraisals report which lists appraiser and appraisal-related
statistical information. Depending upon the selected report, the
appraiser and appraisal-related information is broken out by by
state, gender, race, and/or lender. The selected report lists the
appraiser and/or appraisal-related information for the most recently
completed calendar quarter (January-March, April-June, July-September,
and October-December). One of the following Distribution of Appraisals
reports may be selected:
Number of Appraisers and Appraisals by State
- lists FHA-registered State and National appraiser and FHA appraisal totals
completed within the reported quarter.
Distribution of Appraisals by State (Whole Country/State)
- lists FHA State and National gender and race appraisal-related counts and
percentages within the reported quarter. It lists the actual counts and
percentages of gender appraisals completed by the respective gender pool. The
report may be generated for the whole country or for the requested state.
Selection criteria are: State: Individual State for which the report information
is provided. Whole Country: Includes all states in the report.
Distribution of Appraisals by Lender (Lenders with 100+ cases/Lender ID)
- lists FHA lender gender and race appraisal-related counts and
percentages within the reported quarter. The report may be generated
for an individual lender or all lenders that completed 100+ appraisals
within the reported quarter. Also provides the national percentage
of appraisals completed by females and minorities. Selection criteria
are: Lenders with 100+ cases: Includes all lenders that have completed
100 or more appraisals during the previous quarter. Lender ID: First
five characters of the 10-character FHA ID of the lender reported
upon.
To test your application against pilot data, post your XML input file to:
https://hwvauwd491.hud.gov/b2b/lists/apdstlookxml.cfm
To run your application against live data, post your XML input file to:
https://entp.hud.gov/b2b/lists/apdstlookxml.cfm
History of Changes
| Substantial changes have been made to accomodate new standards for demographic identification. Implementation June 26, 2006 |
XML File Layout
Key:
| Only used on input |
Element/attribute is not produced by program output unless it is being returned due to an error condition. |
| Only used on output |
Element/attribute is returned by program but is not required or interpreted when the program is called. |
| Used on input and output |
May not always have exactly the same meaning on input an output though. Please consult the reference table from the linked data items for details. |
| Deprecated |
Obsolete; all deprecated elements are supported but please use indicated element. |
| n |
Indicates a numeral, e.g., msg_n may be msg_1, msg_2, msg_3, etc. |
| Data Types |
| Integer |
Indicates a numeral |
| Alphanumeric |
Mixed Text (alphabetic, numeric and punctuation) Note: Some fields restrict some punctuation. |
| Numeric |
Formatted number, e.g. 999.99 |
| String |
Specific keywords as indicated |
| Date |
A valid date, represented as YYYYMMDD |
<?xml version='1.0' standalone='yes' ?>
<FHAENTITYDATA FHAVersionID='1.0'>
<PROCESSSTATUS>
<ProcessStatusRequestor>LOS Reference String</ProcessStatusRequestor>
<ProcessStatusCode>Status</ProcessStatusCode>
<!-- Status messages -->
<ProcessStatusMessage sCode='1'>[Number] records were selected</ProcessStatusMessage>
<ProcessStatusMessage sCode='2'>
Appraisals completed between [Date] and [Date]
</ProcessStatusMessage>
<ProcessStatusMessage sCode='3'>Appraiser Roster as of [Date]</ProcessStatusMessage>
<!-- /Status messages -->
<OutputRangeSpecification RangeEntityInitialRecord = 'brec'>
erec
</OutputRangeSpecification>
</PROCESSSTATUS>
<GOVERNMENTMONITORING GOVERNMENTMONITORINGID='Sequence'
ReportingEntityType='Entity Class'
ReportingEntity='Entity'>
<DemographicDistribution
minority='Minority'
EthnicityType='Ethnicity'
RaceNationalOriginType='Race'
GenderType='Sex'
type='Type'>
Count
<ServiceProvided
ServiceCategoryOrType='Catagory'
ServiceVolume='Volume' />
</DemographicDistribution>
</GOVERNMENTMONITORING>
</FHAENTITYDATA>
|
LOS Reference String
|
A string assigned to Lenders and LOS vendors to idenity transactions for logging purposes |
| Status |
Query on input, Success or Error on output |
| brec |
First record to return on multiple record returns |
| erec |
Total number of records to return on multiple record returns |
| Sequence |
An interger sequencing records returned. Not required for input but must me "1" if provided. |
| Entity Class |
The type of reporting entity, StateOfRecord, LenderID in both input and output or the input key LenderGreaterthan99 |
| Entity |
The actual entity, State (AK,AR, CO, etc.) or, Lender (5 digit ID) |
| Minority |
Only used on output for national totals, always set to "ALL" |
| Ethnicity |
Set to Hispanic, NonHispanic or, ALL |
| Race |
Race -- Black, White, Asian, AmericanIndian, NativeHawaiian, Undeclared, MultipleRaces ALL |
| Sex |
Male or Female |
| Type |
Type of count, TotalCompletedBy, PercentOfReportingEntityPerformedBy, TotalCount |
| Count |
Total count, only used on output for national totals |
| Catagory |
Type of service, always Appraisal in this implementation. |
| Volume |
Total number |
Comments or Questions? <SF Administration>
|