Synctera · Schema

Saving Summary

A summary of the accrued interest for the saving account in the current period

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
apy number
View JSON Schema on GitHub

JSON Schema

synctera-savings-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/savings_summary",
  "title": "Saving Summary",
  "description": "A summary of the accrued interest for the saving account in the current period",
  "properties": {
    "apy": {
      "format": "float",
      "type": "number"
    }
  },
  "type": "object"
}