v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
LoanProducts

Get loan product floating rate table

Resolves the product-version rate mode and effective floating-rate period for the requested as-of date.

get/api/v1/loan-products/{id}/floating-rates

Path parameters

idstring uuid required

Loan product identifier.

Example:550e8400-e29b-41d4-a716-446655440000

Loan product identifier.

Query parameters

productVersionIdstring uuid required

Loan product version identifier.

Example:550e8400-e29b-41d4-a716-446655440001

Loan product version identifier.

asOfstring date required

As-of date (YYYY-MM-DD).

Example:2026-06-14

As-of date (YYYY-MM-DD).

Response

OK

rateModestring required

Resolved product-version rate mode (fixed|floating).

Example response

{
  "period": {
    "annualRateBps": 1850,
    "effectiveDate": "2026-06-14T12:00:00Z",
    "endDate": "2026-06-14T12:00:00Z",
    "id": "550e8400-e29b-41d4-a716-446655440006"
  },
  "rateMode": "floating",
  "table": {
    "id": "550e8400-e29b-41d4-a716-446655440002",
    "periods": [
      {
        "annualRateBps": 1850,
        "effectiveDate": "2026-06-14T12:00:00Z",
        "endDate": "2026-06-14T12:00:00Z",
        "id": "550e8400-e29b-41d4-a716-446655440006"
      }
    ]
  },
  "terms": {
    "fixedAnnualRateBps": 1850,
    "floatingRateTableId": "550e8400-e29b-41d4-a716-446655440002",
    "floatingSpreadBps": 1850,
    "rateMode": "floating",
    "versionId": "550e8400-e29b-41d4-a716-446655440001"
  }
}