# Original Cost

For a Position, it is the quantity-weighted price of the Transactions opened on the first day of the Position. Simply put, it's your original trade price of the package that you'd see when entering the order in your trading platform.

Often times people like to calculate their profit target/loss on the original trade price (basis), so this lets you quickly calculate what that would be.

For example, selling a Strangle for $1.00 and then rolling the call side for a $0.25 credit would result in an Original Cost of $1.00 and [Breakeven](/wingman-concepts/all-metrics-and-terms/current-basis.md) of $1.25. If you are aiming to take 50% of your original credit, you'd know at a glance that the target should be $0.50, and then apply that to the Breakeven to get a target exit price of $0.75 ($1.25 - $0.50).


---

# 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/original-cost.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.
