# Sax Denorm vs Abacus Comparison Spreadsheet Generator

This code is designed to generate a comparison spreadsheet that evaluates Sax Denorm and Abacus on various parameters.

## Parameters Covered

The following parameters are included in the script's comparison:

- Right Blocks
- Schedules
- Abacus rate
- Transaction Types
- ISRCs
- UPCs
- Contract Term Condition ID
- Contract Term ID

## Usage

To run the script and generate the comparison spreadsheet, follow these steps:

### Step 1: Set Up Snowflake Credentials

Before running the script, ensure that you have set up your Snowflake credentials in your local environment variables. You can do this by exporting the following variables:

- `sfAccount`: Your Snowflake account name (e.g., `MySFACCOUNT`)
- `sfUser`: Your Snowflake username
- `sfPswd`: Your Snowflake password

### Step 2: Run the Script

Execute the `main.py` file to initiate the comparison process.

### Step 3: Review the Results

Once the script has completed its execution, check the results in the `sax_abacus_comparison.xlsx` Excel file. This file will contain the comparison data.

## Contact

If you have any questions or need further assistance, please feel free to reach out for support.
