diff --git a/docs/servicing.md b/docs/servicing.md index 582dd76..662233c 100644 --- a/docs/servicing.md +++ b/docs/servicing.md @@ -187,7 +187,7 @@ Types of ledger entries | REQUESTED_ALLOCATION_MANUAL_PAYMENT | 64 | These entries won't be subject to owed allocations and will take precedence to allow borrowers to make targeted manual payments | | DEFERMENT | 65 | Defer allocations (can include prin/int or whatever else) | | DEFERMENT_ADJUSTMENT | 66 | Adjustment that indicates a change in loan totals resulting from a deferment | -| EXTERNAL_PAYMENT | 67 | Payments received outside of Figure (ie FFAM) SC-117561 | +| EXTERNAL_PAYMENT | 67 | Payments received from third party | | MONTHLY_PAYMENT_IN_KIND | 68 | Autopay using collateral currency | | MANUAL_PAYMENT_IN_KIND | 69 | Manual payment using collateral currency | | COLLATERAL_LIQUIDATION | 70 | Payment initiated by servicer to cover a margin call using existing collateral | diff --git a/docs/util.md b/docs/util.md index 2f5da8c..ff43496 100644 --- a/docs/util.md +++ b/docs/util.md @@ -1169,6 +1169,7 @@ Detail of the risk model used in a credit report. | VANTAGE3 | 2 | | | FICO9 | 3 | | | VANTAGE4 | 4 | | +| FICO2 | 5 | | diff --git a/src/main/proto/tech/figure/util/v1beta1/credit_report.proto b/src/main/proto/tech/figure/util/v1beta1/credit_report.proto index faa3f9d..8d08c41 100644 --- a/src/main/proto/tech/figure/util/v1beta1/credit_report.proto +++ b/src/main/proto/tech/figure/util/v1beta1/credit_report.proto @@ -47,7 +47,7 @@ message RiskModel { VANTAGE3 = 2; FICO9 = 3; VANTAGE4 = 4; - FICO2 = 5; + FICO2 = 5; } message OtherRiskType { string name = 1;