# Cypress (Ceridian)

## Overview

<table data-header-hidden><thead><tr><th width="263"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Payroll System</td><td>Ceridian</td><td></td></tr><tr><td>Payroll Contact</td><td>Nick Herrin / Marcus Rump</td><td></td></tr><tr><td>Files Used</td><td><p>Wages</p><p>Incentives</p></td><td></td></tr><tr><td>Frequency</td><td>Daily</td><td></td></tr><tr><td>Header Row</td><td>Yes</td><td></td></tr><tr><td>File Namine Requirements</td><td><p>Wages = "EmployeePunchImport.csv"</p><p>Incentives = "PayAdjustImportAmount.csv"</p></td><td></td></tr><tr><td>Transfer Method</td><td>TBA</td><td></td></tr></tbody></table>

## Wages Export File Format

<table><thead><tr><th width="232">Column Name</th><th width="248.33333333333334">Sample Data</th><th>flaik Source Field</th></tr></thead><tbody><tr><td>EmployeeXrefCode</td><td>123456</td><td>Staff -> Payroll ID</td></tr><tr><td>StartTime</td><td>2023-11-20T09:00:00</td><td>Paid Activity -> Start Time</td></tr><tr><td>EndTime</td><td>2023-11-20T10:00:00</td><td>Paid Activity -> End Time</td></tr><tr><td>PayAdjustCodeXrefCode</td><td>526505</td><td>Paid Activity -> Paycode</td></tr></tbody></table>

## Incentives Export File Format

| Column Name           | Sample Data     | flaik Source Field                            |
| --------------------- | --------------- | --------------------------------------------- |
| EmployeeXrefCode      | 1234            | Staff -> Secondary Payroll ID? TBA            |
| PayAdjustCodeXrefCode | 526505          | Incentice -> Paycode                          |
| PayDate               | 11/20/2023 0:00 | Paid Activity -> Date                         |
| Amount                | 12              | Total of Incentives for Employee for the Date |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.flaik.com/flaik-knowledge-base/for-it-specialists/payroll-export-configuration/resort-specific-info/cypress-ceridian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
