IntermediateLast verified Aug 23, 2026
Leverage Constraint
Checks or adjusts target weights against configured leverage limits.
On this page
- When to use
- Example
- Common problems
- Next steps
Checks or adjusts target weights against configured leverage limits.
When to use
Use it in eligible Portfolio graphs before rebalancing leveraged allocations.
Example
Pass candidate weights through the constraint and send adjusted weights to Rebalancer when the configured behavior allows adjustment.
Common problems
Availability can depend on plan. Distinguish Passed, Adjusted, and Violated, and review any returned violations.
Next steps
Review the generated Parameters, Outcomes, and Data Ports on this page, then open the related guides for the complete workflow.
Node facts
These facts come from the current Flow Editor node catalog.
- Node type
- Leverage Constraint
- Activation role
- No activation role
- Category
- Portfolio
- Availability
- Portfolio only
- Modes
- Portfolio
- Required plan
- Pro
- Behavior
- Transforms a value
- Control inputs
- 1
- Output data types
- weight Vector, string List
Parameters
| Name | Input type | Requirement | Default | Options and constraints |
|---|
| role | Selection list | Required | adjustWeights | Options: adjust Weights, guard |
|---|
| max Gross Leverage | Number | Required | 1 | Minimum: 0.000001; Maximum: 10 |
|---|
| max Net Leverage | Number | Optional | Not set | Minimum: 0.000001; Maximum: 10 |
|---|
| max Position Leverage | Number | Optional | Not set | Minimum: 0.000001; Maximum: 10 |
|---|
| adjustment Strategy | Selection list | Required | proportional_scale | Options: proportional scale, largest first, reject |
|---|
Primary parameters
- role
- max Gross Leverage
- max Net Leverage
- max Position Leverage
Data inputs
- Weightsweight Vector · Required
- Current Leverage Metricsleverage Metrics · Optional
Data outputs
- Adjusted Weightsweight Vector
- Violationsstring List