| uid | string | Unique identifier of the license. |
| name | string | Friendly and understandable name for your license. |
| tokenId | string | Identifier for NFT associated to the license. |
| coveragePercentage | number | For FIRST LOSS licenses (license.type = FIRST_LOSS), coverage depends exclusively on the amount the user has in their own reserve fund (wallet). |
| maximumCoverage | number | For FIRST LOSS licenses (license.type = FIRST_LOSS), coverage depends exclusively on the amount the user has in their own reserve fund (wallet). |
| premium | number | Percentage of the borrowed capital representing the premium to be paid. |
| active | boolean | Indicates if the license is active or not. |
| timezone | string | Reference to the location from which the time zone should be taken for license management. |
| maximumLoanTerm | string | Maximum duration of a loan in ISO 8601 duration format. |
| minimumLoanTerm | string | Minimum duration of a loan in ISO 8601 duration format. |
| daysForGuaranteesDueDate | number | The number of days after the surety.loanPaymentDueDate, during which the surety will still be valid. |
| minimumDaysToDeclareDefault | number | The number of days that must elapse since the last payment to declare a default. |
| portfolioCoverageCap | number | Total approved coverage amount for this license. |
| portfolioCoverageUsed | number | Total coverage issued to date, representing what has been spent from the authorized portfolio coverage cap on this license. |
| maximumLoanAmount | number | Maximum loan amount to be covered by Anzi. |
| minimumLoanAmount | number | Minimum loan amount to be covered by Anzi. |
| lastRevision | string (date-time) | ISO 8601 Date. Date of the last review of license configurations by the Anzi team. |
| validityPeriod | string | ISO 8601 duration. Validity period granted to the license since the last revision. |
| type | integer | 0 = SURETY, 1 = FIRST_LOSS |
| administrationFee | number | Amount of the administration fee to be paid over the reserve fund, only valid for FIRST LOSS licenses (license.type = FIRST_LOSS). |
| historicPremiums | number | Accumulated premium history amount. |
| isVariablePremium | boolean | Indicates if the premium is variable. |
| maximumPremium | number | Maximum premium amount to be paid for coverage concept, only valid if license.isVariablePremium is true. |
| minimumPremium | number | Minimum premium amount to be paid for coverage concept, only valid if license.isVariablePremium is true. |
| taxRate | number | Tax rate to be applied to the premium amount. |
| accountingEmails | string[] | Accounting emails list. Must contain at least one email. |
| billCycle | string | ISO 8601 duration for billing cycle (e.g., P1M). |
| isPremiumDefinedByClient | boolean | Indicates if the premium must be defined by the client. |