Members
Bid into an offering for a member
Place a bid on behalf of one of your members
POST
Places a bid as the member. The funds are held on the member’s own wallet, and any
allotment is theirs — which is why there is no
Send the
customer object here: the member already is
the end user, and attributing the bid further would claim a relationship GetEquity does not
hold.
The member must belong to your organisation. Another organisation’s member, or an id that is
not a member at all, answers NOT_YOUR_MEMBER_ERROR.
string
required
The id of the member bidding.
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.
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.
