Compliance results
ComplianceLoanResult attributes
This section displays the compliance results of a loan.
Attribute | Description |
---|---|
ResultDate | Date of the result for the compliance check. |
ComplianceRuleResultList | List of compliance rules, specific to each MPL. |
ComplianceRuleResult parameters
These are the fields of a compliance result of a loan for each specific rule. If a rule failed, you can use these query parameters to check the Data against the Rule to see why it failed.
Parameter | Description |
---|---|
RuleName string | Name of the compliance rule. Specific for every MPL. |
Rule string | Description of the compliance rule. |
Data string | The actual data that was received for this loan in regards to this rule. |
Result string | Result of the compliance check. True = Passed False = Failed |
You can run a loan through compliance a second time with one of these calls:
- PUT /Loan{Id}/FundingInfo (to update funding information)
- PUT /Loan/{Id} (to update loan information)
- POST /Loan/{Id}/Attachments (to add attachments)
Updated over 1 year ago