| Type | EB1LoanType | The type of loan this row defines (e.g., Mortgage, Usury). | Category: B1LoanProductTableRow |
| NameTextId | FString | Text ID for the display name of this loan product. | Category: B1LoanProductTableRow |
| DescTextId | FString | Text ID for the description of this loan product. | Category: B1LoanProductTableRow |
| RepaymentInterval | int32 | Repayment interval in game days between required payments. | Category: B1LoanProductTableRow |
| Rate | float | Interest rate applied to this loan product. | Category: B1LoanProductTableRow |
| MaturityDay | int32 | Loan maturity period in game days from the loan start date. | Category: B1LoanProductTableRow |
| ProvideMessageId | FName | Message ID sent when the loan is approved and disbursed. | Category: B1LoanProductTableRow |
| RepaymentMessageId | FName | Message ID sent as a repayment reminder. | Category: B1LoanProductTableRow |
| OverdueMessageId | FName | Message ID sent when a payment is overdue. | Category: B1LoanProductTableRow |
| CompleteMessageId | FName | Message ID sent when the loan is fully repaid. | Category: B1LoanProductTableRow |
| FixedAmountRepayMessageId | FName | Message ID sent when a fixed-amount repayment is completed. | Category: B1LoanProductTableRow |
| PaySuccessMessageId | FName | Message ID sent when an interest payment succeeds. | Category: B1LoanProductTableRow |
| PayFailMessageId | FName | Message ID sent when a payment fails. | Category: B1LoanProductTableRow |
| InheritSuccessMessageId | FName | Message ID sent when loan inheritance succeeds. | Category: B1LoanProductTableRow |
| InheritFailMessageId | FName | Message ID sent when loan inheritance fails. | Category: B1LoanProductTableRow |
| ForcedCollectionMessageIds | TArray | List of message IDs sent during forced collection (debt collection visits). | Category: B1LoanProductTableRow |
| ForcedCollectionSiteActionId | FName | Site action ID executed during forced collection. | Category: B1LoanProductTableRow |
| ForcedCollectionScriptId | FName | Script ID executed during forced collection. | Category: B1LoanProductTableRow |
| RepossessionReleasedSiteActionId | FName | Site action ID executed when a repossession is released. | Category: B1LoanProductTableRow |
| RepossessionMessageId | FName | Message ID sent during forced auction (repossession). | Category: B1LoanProductTableRow |
| RepossessionSiteActionId | FName | Site action ID executed during forced auction. | Category: B1LoanProductTableRow |
| RepossessionScriptId | FName | Script ID executed during forced auction. | Category: B1LoanProductTableRow |
| TransactionType | FB1LoanTransactionType | Transaction type mapping for loan entries in the household ledger. | Category: B1LoanProductTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |