Trade
Bid into an offering
Commit funds to an offering on behalf of a customer
POST
Places a bid into an offering’s book. The funds are held on your organisation’s wallet —
in
Send the
offer_hold, its own bucket, distinct from escrow — for the whole offer period, and either
buy units at allotment or are released back.
You are the counterparty, exactly as you are on a buy.
The customer object records which of your end users the bid was for; GetEquity never
provisions an account for that person, so reconciling the position to them remains yours.
string
required
The id of the offering to bid into.
number
required
The cash being committed. Held on the wallet until allotment.
number
The highest price you will pay. Price-based offerings only. Mutually exclusive with
bid_rate.number
The lowest rate you will accept. Rate-based offerings — debt and fixed interest — only.
boolean
Bid at whatever the book settles at, naming no limit. Only where the offering allows it.
string
Required on a combined offering, refused on every other type. The tranche’s
key, from
the order book. See below.object
Anything you want echoed back on the commitment.
object
name and email of the end user this bid belongs to.Offerings that have tranches
Some offerings are split into separate books called tranches — a commercial paper issued as retail and institutional slices, or as 90/180/270-day series. Each is priced and allotted against its own size, so they can clear at different levels. Read the offering’stranches from the
order book. If the array is present you must
send tranche; if it is absent you must not.
key, not the name. A tranche may set its own ticket size and its own audience
(investors: ANY, user or organisation), and a bid outside either is refused. A bid cannot
move between tranches afterwards — withdraw it and place a fresh one.
Price or rate?
Debt and fixed-interest offerings discover a rate; everything else discovers a price. Sendbid_rate on the former and bid_price on the latter — never both. Check the offering’s
investment_type before deciding which.
