> ## Documentation Index
> Fetch the complete documentation index at: https://docs.erna.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# overtimeMultiplier

```ts theme={null}
function overtimeMultiplier(opts): RuleEntry<"overtime-weekly-multiplier", object & CostRuleOptions>;
```

Applies a multiplier to hours beyond a weekly threshold.

## Parameters

<ResponseField name="opts" required>
  `object` & [`CostRuleOptions`](./CostRuleOptions)
</ResponseField>

## Returns

`RuleEntry`\<`"overtime-weekly-multiplier"`, `object` & [`CostRuleOptions`](./CostRuleOptions)>

Only the extra portion above 1x is added (the base cost is already
counted by [minimizeCost](minimizeCost)).
