---
title: "BusinessSchedule"
url: "https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086/schemas/BusinessSchedule"
---

> Full API specification: https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086.md

# BusinessSchedule

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://qa.api.zinnia.io
components:
  schemas:
    BusinessSchedule:
      type: object
      properties:
        businessHourStart:
          type: string
          format: time
          example: 14:00:00Z
          description: Business Hour Start refers to the official start time of daily
            business operations for a specific organization, carrier, or
            department. In insurance and annuity systems, this value is often
            used to define operational cutoffs, processing schedules, customer
            service availability, and automated job executions
        businessHourEnd:
          type: string
          format: time
          description: Business Hour End refers to the official end time of daily business
            operations for a specific organization, carrier, or department. It
            defines the cutoff point for processing transactions, handling
            customer service requests, and running operational workflows on a
            given business day
          example: 20:00:00Z
        businessDays:
          type: array
          description: Business Days refer to the official working days of the week during
            which business operations, transaction processing, and customer
            services are conducted. In insurance and annuity systems, business
            days determine when policies are processed, disbursements are
            executed, and service-level agreements (SLAs) are measured
          items:
            type: string
            enum:
              - MONDAY
              - TUESDAY
              - WEDNESDAY
              - THURSDAY
              - FRIDAY
        budgetCenter:
          type: string
          description: Budget Center refers to a defined organizational unit within a
            company that is allocated a portion of the company’s overall budget
            and is responsible for tracking, managing, and controlling financial
            expenditures. In the context of insurance and annuity operations, a
            budget center is often linked to departments such as underwriting,
            claims, operations, or IT
          example: Everglades
```
