{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Snapshots Table column reference","siteUrl":"https://docs.peachfinance.com","description":"API and product documentation for Peach Finance, a lending-as-a-service platform.","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"snapshots-table-column-reference","__idx":0},"children":["Snapshots Table column reference"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Snapshots Table is the daily, point-in-time summary of every loan available through ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/data-reporting/replica-database"},"children":["Peach Data Replica"]},". It holds ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["one row per loan per reporting day"]},", capturing balances, payment history, delinquency, and status as of that day. The Snapshots Table is the upstream source for most ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/data-reporting/loan-tape-reference"},"children":["loan-tape"]}," columns."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This page documents the table's ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["114 columns"]},", which correspond one-to-one to the fields of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Snapshot"]}," protocol-buffer message in Peach's ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loansnap"]}," service. Money values are stored in ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["minor units"]}," (integer cents). Enum-valued columns are stored as integer codes; the description lists the code mapping where one applies."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use Ctrl+F to find a column by name."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Column naming may differ from the proto"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The replica/warehouse column names documented here are taken from the Peach data dictionary. For ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["17 columns"]}," they differ from the underlying ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Snapshot"]}," proto field names by a single convention — the proto inserts an underscore before a digit (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue_15_days"]},") where the replica column does not (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue15_days"]},"). The naming a given client queries can depend on the access path (replica database vs. Snowflake share). See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#column-naming-replica-vs-proto"},"children":["Column naming: replica vs. proto"]}," and confirm against your own delivered schema."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-to-read-this-reference","__idx":1},"children":["How to read this reference"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Replica column"]}," — the column name as delivered in Peach Data Replica, per the data dictionary."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Proto field"]}," — the corresponding ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Snapshot"]}," proto field name. It matches the replica column except for the 17 fields noted below."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Type"]}," — the warehouse SQL type. Money amounts are ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}," in minor units; rates are ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["numeric"]},"; dates are stored as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}," epoch values or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["date"]}," / ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamptz"]}," depending on the column."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Description"]}," — what the column means, and the loan-tape column it feeds where applicable."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Columns whose proto field is read when Peach builds a loan tape note ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["\"Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["…"]},"\""]},". The loan tape reads 96 of the 114 snapshot fields; the rest are envelope, identity, or internal columns."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"column-naming-replica-vs-proto","__idx":2},"children":["Column naming: replica vs. proto"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For these 17 columns, the replica column name drops the underscore the proto places before a digit. The data are identical; only the name differs."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Replica column"},"children":["Replica column"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Proto field"},"children":["Proto field"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue15_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue_15_days"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue30_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue_30_days"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue60_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue_60_days"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue90_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue_90_days"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue120_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue_120_days"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over30_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_30_days_from_date"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over30_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_30_days_balance_total_amount"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over60_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_60_days_balance_total_amount"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over90_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_90_days_balance_total_amount"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over120_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_120_days_balance_total_amount"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over150_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_150_days_balance_total_amount"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over180_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_180_days_balance_total_amount"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over60_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_60_days_from_date"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over90_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_90_days_from_date"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over120_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_120_days_from_date"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over150_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_150_days_from_date"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over180_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_180_days_from_date"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Two further differences exist between the proto and the replica/data-dictionary view:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deleted_at"]}]}," is present in the replica table (a soft-delete timestamp) but is ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["not"]}," a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Snapshot"]}," proto field."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["is_closed"]}]}," and the four ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["*_membership_fees_amount"]}," columns are proto fields that are ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["absent from the source data dictionary"]},". The membership-fee columns are gated by a feature flag and may not appear in older replica snapshots."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"snapshot-fields","__idx":3},"children":["Snapshot fields"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Fields are grouped by function. Within each group, the description notes the loan-tape column each value feeds, where one exists."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"identity-and-envelope","__idx":4},"children":["Identity and envelope"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Replica column"},"children":["Replica column"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Proto field"},"children":["Proto field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The identifier of this record."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["company_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["company_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The company internal identifier in Peach."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loan_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loan_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The account unique identifier in Peach."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loan_external_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loan_external_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["text"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The account unique external identifier."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loan_type"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loan_type"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["integer"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The account type (installment, lineOfCredit, draw). Stored as an integer code: 0 unknown, 1 installment, 2 line of credit, 3 draw."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loan_type_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loan_type_id"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The account type (also called asset policies) unique internal identifier in Peach. This is created specifically for each lender's credit product by Peach."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["currency"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["currency"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["char(3)"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The currency of the account."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loan_status"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loan_status"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["integer"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The current status of the account (pending, originated, declined, active, frozen, accelerated, chargedOff, paidOff, canceled). Stored as an integer code: 0 unknown, 1 active, 2 pending, 3 originated, 4 declined, 5 frozen, 6 accelerated, 7 charged off, 8 paid off, 9 canceled. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["loanStatus"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["is_closed"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["is_closed"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["boolean"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Whether the loan is closed. Not surfaced as a loan-tape column."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["created_at"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["created_at"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamptz"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Timestamp when this record was created."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["updated_at"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["updated_at"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamptz"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Timestamp when this record was updated."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["effective_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["effective_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamptz"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The effective date of the information reported. The amounts and statuses are as of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reportDate"]}," end of day."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"terms-and-schedule","__idx":5},"children":["Terms and schedule"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Replica column"},"children":["Replica column"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Proto field"},"children":["Proto field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["credit_limit"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["credit_limit"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The account credit limit. Relevant only to Line of Credit loans and Draws. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["currentCreditLimit"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_due_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_due_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamptz"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The last due date of the account. The date might change if the account terms changed (e.g. a due date was deferred). Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lastDueDate"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["interest_rate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["interest_rate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["numeric"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The annual interest rate effective on the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reportDate"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["interestRate"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["promo_rate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["promo_rate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["numeric"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The promo interest rate effective on the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reportDate"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["promoRate"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["index_rate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["index_rate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["numeric"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The index rate. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["indexRate"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["interest_type"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["interest_type"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["text"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The type of interest used. Absolute interest or spread interest tied to a defined index interest rate type. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["interestType"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["contractual_recurring_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["contractual_recurring_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The recurring amount as communicated to the borrower in the agreement. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["contractualRecurringAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["current_recurring_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["current_recurring_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The current recurring amount."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["amount_financed"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["amount_financed"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The amount financed. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["amountFinanced"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The principal amount Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["principalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["origination_fee_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["origination_fee_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The origination fee amount. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["originationFeeAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["first_due_date_expected_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["first_due_date_expected_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The amount that the borrower is or was expected to pay by the first due date. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["firstDueDateExpectedAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["first_due_date_payment_amount_by_first_due_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["first_due_date_payment_amount_by_first_due_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The actual amount that the borrower paid by the first due date. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["firstDueDatePaymentAmountByDueDate"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["upcoming_due_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["upcoming_due_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamptz"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The upcoming due date. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["upcomingDueDate"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["upcoming_due_date_expected_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["upcoming_due_date_expected_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The amount that the borrower is expected to pay by the upcoming due date. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["upcomingDueDateExpectedAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["projected_payoff_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["projected_payoff_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The projected pay off date of the loan. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["projectedPayoffDate"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["remaining_duration"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["remaining_duration"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The remaining duration of the loan. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["remainingDuration"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["is_loan_modified"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["is_loan_modified"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["boolean"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Was the loan modified from its original terms. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["isLoanModified"]},"."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"balances-and-fee-breakdowns","__idx":6},"children":["Balances and fee breakdowns"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Replica column"},"children":["Replica column"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Proto field"},"children":["Proto field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The total outstanding balance sums outstanding principal, interest, and fees. Also called the account payoff amount. If the account status is ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["chargedOff"]},", the amount will be equal to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["chargedOffPrincipalAmount"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalanceTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The principal portion of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalanceTotalAmount"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalancePrincipalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The interest portion of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalanceTotalAmount"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalanceInterestAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The fees portion of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalanceTotalAmount"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalanceFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Due balances represent balances that are currently due. The total due balance sums due principal, interest, and fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalanceTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The principal portion of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalanceTotalAmount"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalancePrincipalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The interest portion of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalanceTotalAmount"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalanceInterestAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The fees portion of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalanceTotalAmount"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalanceFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Non due balances represent balances that are not yet due. The total non-due balance sums non-due principal, interest, and fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalanceTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The principal portion of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalanceTotalAmount"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalancePrincipalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The interest portion of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalanceTotalAmount"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalanceInterestAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The fees portion of the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalanceTotalAmount"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalanceFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_number_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_number_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The number of days that the account is overdue. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueNumberDays"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The account overdue balance. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueBalanceTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The principal portion of the overdue balance. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueBalancePrincipalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The interest portion of the overdue balance. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueBalanceInterestAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The fees portion of the overdue balance. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueBalanceFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over30_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_30_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The account balance that is over 30 days overdue. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueOver30DaysBalanceTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over60_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_60_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The overdue total amount that is overdue for over 60 days. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueOver60DaysBalanceTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over90_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_90_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The overdue total amount that is overdue for over 90 days. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueOver90DaysBalanceTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over120_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_120_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The overdue total amount that is overdue for over 120 days. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueOver120DaysBalanceTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over150_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_150_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The overdue total amount that is overdue for over 150 days. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueOver150DaysBalanceTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over180_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_180_days_balance_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The overdue total amount that is overdue for over 180 days. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueOver180DaysBalanceTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over30_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_30_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamptz"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The date since the account is overdue for over 30 days."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over60_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_60_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The date from which the loan was over due for over 60 days."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over90_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_90_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The date from which the loan was over due for over 90 days."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over120_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_120_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The date from which the loan was over due for over 120 days."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over150_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_150_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The date from which the loan was over due for over 150 days."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over180_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_over_180_days_from_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The date from which the loan was over due for over 180 days."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_origination_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_origination_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The current non due amount of origination fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalanceOriginationFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_draw_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_draw_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The current non due amount of draw fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalanceDrawFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_late_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_late_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The current non due amount of late fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalanceLateFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_modification_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_modification_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The current non due amount of modification fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalanceModificationFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_origination_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_origination_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The current due amount of origination fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalanceOriginationFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_draw_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_draw_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The current due amount of draw fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalanceDrawFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_late_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_late_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The current due amount of late fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalanceLateFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_modification_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_modification_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The current due amount of modification fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalanceModificationFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_origination_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_origination_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The overdue amount of origination fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueBalanceOriginationFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_draw_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_draw_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The overdue amount of draw fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueBalanceDrawFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_late_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_late_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The overdue amount of late fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueBalanceLateFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_modification_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_modification_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The overdue amount of modification fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueBalanceModificationFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_origination_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_origination_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The outstanding amount of origination fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalanceOriginationFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_draw_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_draw_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The outstanding amount of draw fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalanceDrawFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_late_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_late_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The outstanding amount of late fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalanceLateFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_modification_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_modification_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The outstanding amount of modification fees. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalanceModificationFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_membership_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["non_due_balance_membership_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The membership-fees portion of the non-due balance. Membership-fee feature; gated by a feature flag; absent from older replica snapshots. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nonDueBalanceMembershipFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_membership_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["due_balance_membership_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The membership-fees portion of the due balance. Membership-fee feature; gated by a feature flag; absent from older replica snapshots. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dueBalanceMembershipFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_membership_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdue_balance_membership_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The membership-fees portion of the overdue balance. Membership-fee feature; gated by a feature flag; absent from older replica snapshots. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["overdueBalanceMembershipFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_membership_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstanding_balance_membership_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The membership-fees portion of the outstanding balance. Membership-fee feature; gated by a feature flag; absent from older replica snapshots. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["outstandingBalanceMembershipFeesAmount"]},"."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"payments-credits-and-autopay","__idx":7},"children":["Payments, credits, and autopay"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Replica column"},"children":["Replica column"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Proto field"},"children":["Proto field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["credits_applied_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["credits_applied_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The total amount of service credits applied to the account from the account activation through ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reportDate"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["creditsAppliedTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The total amount of payments applied to the account from the account activation through ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reportDate"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentsMadeTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The principal portion of payments and credits made (also called principal split). Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentsMadePrincipalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The interest portion of payments and credits made (also called interest split). Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentsMadeInterestAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The fees portion of payments and credits made (also called fees split). Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentsMadeFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_over_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_over_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The amount over paid. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentsMadeOverAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_reimbursements_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paid_reimbursements_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The amount of reimbursements paid. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["paymentsMadeReimbursementsAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_successful_payment_effective_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_successful_payment_effective_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamptz"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The effective date of the most recent successful payment. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lastSuccessfulPaymentEffectiveDate"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_successful_payment_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_successful_payment_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The amount of the most recent successful payment. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lastSuccessfulPaymentTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_successful_payment_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_successful_payment_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The principal portion of the most recent successful payment amount (also called payment principal split). Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lastSuccessfulPaymentPrincipalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_successful_payment_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_successful_payment_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The interest portion of the most recent successful payment amount (also called payment interest split). Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lastSuccessfulPaymentInterestAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_successful_payment_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["last_successful_payment_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The fees portion of the most recent successful payment amount (also called payment fees split). Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lastSuccessfulPaymentFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["is_autopay_on"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["is_autopay_on"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["boolean"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]}," if Autopay is enabled on the account. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["isAutopayOn"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["recent_autopay_authorization_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["recent_autopay_authorization_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamptz"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The most recent date when Autopay was authorized/enabled on the account. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["recentAutopayAuthorizationDate"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reimbursement_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reimbursement_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The amount owed to the borrower. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reimbursementAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refunded_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refunded_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The total amount of refunds applied from account activation date through the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reportDate"]},". Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["refundedAmount"]},"."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"delinquency-counters","__idx":8},"children":["Delinquency counters"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Replica column"},"children":["Replica column"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Proto field"},"children":["Proto field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["is_overdue"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["is_overdue"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["boolean"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]}," if the account is overdue. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["isOverdue"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue15_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue_15_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The number of times the account was overdue more than 15 days. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timesOverdue15Days"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue30_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue_30_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The number of times the account was overdue more than 30 days. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timesOverdue30Days"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue60_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue_60_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The number of times the account was overdue more than 60 days. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timesOverdue60Days"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue90_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue_90_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The number of times the account was overdue more than 90 days. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timesOverdue90Days"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue120_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["times_overdue_120_days"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The number of times the account was overdue more than 120 days. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timesOverdue120Days"]},"."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"charge-off","__idx":9},"children":["Charge-off"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Replica column"},"children":["Replica column"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Proto field"},"children":["Proto field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["is_charged_off"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["is_charged_off"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["boolean"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]}," if the account was charged off. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["isChargedOff"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_date"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timestamptz"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The date when the account was charged off. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["chargedOffDate"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_principal_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The principal portion of the charged off balance. The balance can change if payments were applied after the account was charged off. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["chargedOffPrincipalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_interest_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The interest portion of the charged off balance. The balance can change if payments were applied after the account was charged off. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["chargedOffInterestAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_fees_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The fees portion of the charged off balance. The balance can change if payments were applied after the account was charged off. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["chargedOffFeesAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The account charged off balance. The balance can change if payments were applied after the account was charged off. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["chargedOffTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_reason"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["charged_off_reason"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["integer"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The charge off reason (term, fraudulent, bankruptcy, legal). Stored as an integer code (term, fraudulent, bankruptcy, legal). Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["chargedOffReason"]},"."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"interest-accrual-and-discount","__idx":10},"children":["Interest accrual and discount"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Replica column"},"children":["Replica column"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Proto field"},"children":["Proto field"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["interest_accrued_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["interest_accrued_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The net interest accrued on since the account activation date. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["netInterestAccruedTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["interest_discount_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["interest_discount_total_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The interest discount amount applied since the account activation date. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["interestDiscountTotalAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["forgone_interest_cap_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["forgone_interest_cap_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The forgone interest amount because the total accued interest hit the interest cap that was set. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["forgoneInterestCapAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["daily_interest_accrued_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["daily_interest_accrued_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The daily amount of accrued interest. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dailyInterestAccruedAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["daily_interest_discount_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["daily_interest_discount_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The daily amount of discounted interest. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dailyInterestDiscountAmount"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["daily_forgone_interest_cap_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["daily_forgone_interest_cap_amount"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigint"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The daily amount of forgot interest that was forgone due to a defined cap. Surfaced in loan tapes as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dailyForgoneInterestCapAmount"]},"."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"see-also","__idx":11},"children":["See also"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/data-reporting/loan-tape-reference"},"children":["Loan tape field reference"]}," — The loan-tape and payment-tape columns these snapshot fields feed."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/data-reporting/replica-database"},"children":["About Peach Data Replica"]}," — How the Snapshots Table is delivered (GCS files, Snowflake share)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/data-reporting/data-delivery-setup"},"children":["Data delivery setup"]}," — Platform-specific setup for ingesting replica data."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/getting-started/core-concepts#loans"},"children":["Core concepts"]}," — How loans and their components are modeled in Peach."]}]}]},"headings":[{"value":"Snapshots Table column reference","id":"snapshots-table-column-reference","depth":1},{"value":"How to read this reference","id":"how-to-read-this-reference","depth":2},{"value":"Column naming: replica vs. proto","id":"column-naming-replica-vs-proto","depth":2},{"value":"Snapshot fields","id":"snapshot-fields","depth":2},{"value":"Identity and envelope","id":"identity-and-envelope","depth":3},{"value":"Terms and schedule","id":"terms-and-schedule","depth":3},{"value":"Balances and fee breakdowns","id":"balances-and-fee-breakdowns","depth":3},{"value":"Payments, credits, and autopay","id":"payments-credits-and-autopay","depth":3},{"value":"Delinquency counters","id":"delinquency-counters","depth":3},{"value":"Charge-off","id":"charge-off","depth":3},{"value":"Interest accrual and discount","id":"interest-accrual-and-discount","depth":3},{"value":"See also","id":"see-also","depth":2}],"frontmatter":{"title":"Snapshots Table column reference","description":"Column reference for the Snapshots Table in Peach Data Replica: 114 point-in-time loan fields from the loan snapshot, with types and meanings.","verifiedDate":"2026-06-25T00:00:00.000Z","verifiedRef":"peach@531e76110","seo":{"title":"Snapshots Table column reference"}},"lastModified":"2026-06-26T19:29:50.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/data-reporting/snapshot-reference","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}