# YlThirdPartyOnboardingApiClient.LoanOptionModel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **fundedAmount** | **Number** | Gets or sets the (rounded up) funding amount for the loan option | [optional] **fee** | **Number** | Gets or sets the (rounded up) fee for the loan option, which is the difference between funded amount and the amount that the borrower repays | [optional] **loanAmount** | **Number** | Gets or sets the (rounded up) loan amount, which is the amount that the borrower repays | [optional] **sweep** | **Number** | Gets or sets the (rounded up) sweep, which is the percentage of the settlement amount that is allocated towards repaying the loan | [optional] **calculatedFundedAmount** | **Number** | Gets or sets the calculated funding amount for the loan option | [optional] **calculatedFee** | **Number** | Gets or sets the calculated fee for the loan option, which is the difference between funded amount and the amount that the borrower repays | [optional] **calculatedLoanAmount** | **Number** | Gets or sets the calculated loan amount, which is the amount that the borrower repays | [optional] **calculatedSweep** | **Number** | Gets or sets the calculated sweep, which is the percentage of the settlement amount that is allocated towards repaying the loan | [optional] **currencyCode** | **String** | Gets or sets the currency code for the loan option | [optional]