docs/MortgageLiability.md in plaid-14.0.0.beta.1 vs docs/MortgageLiability.md in plaid-14.0.0.beta.2

- old
+ new

@@ -11,10 +11,10 @@ | **has_pmi** | **Boolean** | Indicates whether the borrower has private mortgage insurance in effect. | [optional] | | **has_prepayment_penalty** | **Boolean** | Indicates whether the borrower will pay a penalty for early payoff of mortgage. | [optional] | | **interest_rate** | [**MortgageInterestRate**](MortgageInterestRate.md) | | [optional] | | **last_payment_amount** | **Float** | The amount of the last payment. | [optional] | | **last_payment_date** | **String** | The date of the last payment. Dates are returned in an ISO 8601 format (YYYY-MM-DD). | [optional] | -| **loan_type_description** | **String** | Type of mortgage (i.e. `conventional`, `fixed`, `variable`). | [optional] | +| **loan_type_description** | **String** | Description of the type of loan, for example `conventional`, `fixed`, or `variable`. This field is provided directly from the loan servicer and does not have an enumerated set of possible values. | [optional] | | **loan_term** | **String** | Full duration of mortgage as at origination (e.g. `10 year`). | [optional] | | **maturity_date** | **String** | Original date on which mortgage is due in full. Dates are returned in an ISO 8601 format (YYYY-MM-DD). | [optional] | | **next_monthly_payment** | **Float** | The amount of the next payment. | [optional] | | **next_payment_due_date** | **String** | The due date for the next payment. Dates are returned in an ISO 8601 format (YYYY-MM-DD). | [optional] | | **origination_date** | **String** | The date on which the loan was initially lent. Dates are returned in an ISO 8601 format (YYYY-MM-DD). | [optional] |