<!-- x-generated: Generated by the Hyperscale artifact pipeline; do not edit by hand -->

# advance

> Money flow `std.money_flows.advance`, source `open/hsx/std/money_flows/advance.hsx`.

- Exports: 1
- Ports: none

## advance

No doc comment.

- Form: `instrument`
- Application form: `instrument advance<C>( funder: party, to: party, amount: money<C>, fee: optional<percent>, count: optional<integer>, every: optional<text>, first_due: optional<date>, against: optional<ref>, )`
- Type parameters: C

| Parameter | Declared as |
| --- | --- |
| `funder` | `funder: party` |
| `to` | `to: party` |
| `amount` | `amount: money<C>` |
| `fee` | `fee: optional<percent>` |
| `count` | `count: optional<integer>` |
| `every` | `every: optional<text>` |
| `first_due` | `first_due: optional<date>` |
| `against` | `against: optional<ref>` |
