# Amount

## For Transactions

The total dollar amount of the Transaction.

*Option example:* Selling 1 put for $1.50 premium would be an amount of $150 credit.

*Stock example:* Buying 10 shares of a $100 stock would be an amount of $10,000 debit.

*For futures:* Futures transactions don't actually initiate a debit or credit effect on cash, so instead, the Amount is set to the [Notional Value](broken://pages/-LhQGuiAOQt-0VJ2oqdb) of the futures contracts. Example: Buying 2 /ES contracts at 2,800 would show an amount of $280,000 debit. The multiplier is 50, so each /ES contract represents $140,000 in notional. Buying 2 of them will bring the total to $280,000 debit.

## For Legs

The sum of all the child Transaction Amounts.

## For Positions

The sum of all the child Leg Amounts.

This metric does not include commission or fees.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wingmantracker.com/wingman-concepts/all-metrics-and-terms/amount.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
