# SeriesFeeChange


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | Unique identifier for this fee change | [default to undefined]
**series_ticker** | **string** | Series ticker this fee change applies to | [default to undefined]
**fee_type** | **string** | New fee type for the series | [default to undefined]
**fee_multiplier** | **number** | New fee multiplier for the series | [default to undefined]
**scheduled_ts** | **string** | Timestamp when this fee change is scheduled to take effect | [default to undefined]

## Example

```typescript
import { SeriesFeeChange } from 'kalshi-typescript';

const instance: SeriesFeeChange = {
    id,
    series_ticker,
    fee_type,
    fee_multiplier,
    scheduled_ts,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
