# Get quote financials Get quote financials by quote id Endpoint: GET /api/v1/ledger/sales/policies/{id}/calculation Version: 1.0 Security: bearerAuth ## Header parameters: - `X-TENANT-ID` (string, required) Tenant tag Example: "{$inputs.tenant}" ## Path parameters: - `id` (string, required) id of quote ## Response 200 fields (application/json): - `data` (object) - `data.periodPremium` (number) Example: 500 - `fields` (array) Array of fields to show in UI - `fields.name` (string) Example: "periodPremium" - `fields.title` (string) Example: "Premium" - `installments` (array) Optional array of installments entries to be created when quote is issued