Skip to content

Commit

Permalink
Fix proto alignment, and run make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartens-figure committed Nov 8, 2022
1 parent b8413c6 commit 0e52d0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/servicing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
1 change: 1 addition & 0 deletions docs/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ Detail of the risk model used in a credit report.
| VANTAGE3 | 2 | |
| FICO9 | 3 | |
| VANTAGE4 | 4 | |
| FICO2 | 5 | |



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ message RiskModel {
VANTAGE3 = 2;
FICO9 = 3;
VANTAGE4 = 4;
FICO2 = 5;
FICO2 = 5;
}
message OtherRiskType {
string name = 1;
Expand Down

0 comments on commit 0e52d0b

Please sign in to comment.