> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brickyfi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Collections

> How to manage collections pages

## <Icon icon="bag-shopping" iconType="regular" color="000000" size={24} /> For Sale

This collection displays all products currently on sale.
<Info>Products that appear on a yellow background are **those offered for sale at an insufficient price** (compared to the market price)</Info>

### Data

<AccordionGroup>
  <Accordion icon="input-numeric" title="Purchase price (PCP)">
    <ResponseField name="purchase price" type="decimal">
      Price at which you must buy the item in order to sell it at the `selling price` and obtain a `margin` defined in [settings](/lg-english/settings).
      <p>$purchase\,price = \frac{selling\,price}{margin+1}$</p>
      <Info>**For items in your collections (except for wishes)** this is the price at which you purchased the item.</Info>
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Market price (MKP)">
    <ResponseField name="market price" type="decimal">
      Item value according to the average of similar items for sale on Bricklink®. When no copies are for sale on Bricklink®, [Brickyfi uses ChatGPT](/lg-english/faq#brickyfi-uses-ai) to provide a price estimate.
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Selling price (SLP)">
    <ResponseField name="selling price" type="decimal">
      Price at which you will have to sell the item (according to the `discount` rate defined in [settings](/lg-english/settings)).
      <p>$selling\,price = market\,price * discount$</p>
      If you have activated the `shops fees` parameter:
      <p>$selling\,price = market\,price * discount - fees$</p>
      **For figurines** it is equal to the `Market price`:
      <p>$selling\,price = market\,price$</p>
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Margin price (MAR)">
    <ResponseField name="margin price" type="decimal">
      The `margin price` is the price at which you must sell the item purchased at the `purchase price` to obtain a `margin rate` defined in [settings](/lg-english/settings).
      <p>$margin\,price = purchase\,price * (1+margin)$</p>
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="For sale price (FSP)">
    <ResponseField name="for sale price" type="decimal">
      The `for sale price` is the price at which you put the item up for sale.
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Profit (PRF)">
    <ResponseField name="profit" type="decimal">
      The `profit` is the profit you will make by buying the item at the `purchase price` and selling it at the `selling price`.
      <p>$profit = selling\,price - purchase\,price$</p>
      <Info>**For the for sale items** this is the profit you will make by selling at `for sale price` the item purchased at `purchase price`.
      <p>$profit = for\,sale\,price - purchase\,price$</p></Info>
      <Info>**For sold items** this is the profit you made by selling at `sold price` the item purchased at `purchase price`.
      <p>$profit = sold\,price - purchase\,price$</p></Info>
    </ResponseField>
  </Accordion>
</AccordionGroup>

## <Icon icon="box" iconType="regular" color="000000" size={24} /> Owned

This collection displays all the products you own (and which are not to be restored or [for sale](#for-sale)).
<Info>Products that appear on a yellow background are **those whose recommended selling price is higher than the margin**</Info>

### Data

<AccordionGroup>
  <Accordion icon="input-numeric" title="Purchase price (PCP)">
    <ResponseField name="purchase price" type="decimal">
      Price at which you must buy the item in order to sell it at the `selling price` and obtain a `margin` defined in [settings](/lg-english/settings).
      <p>$purchase\,price = \frac{selling\,price}{margin+1}$</p>
      <Info>**For items in your collections (except for wishes)** this is the price at which you purchased the item.</Info>
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Market price (MKP)">
    <ResponseField name="market price" type="decimal">
      Item value according to the average of similar items for sale on Bricklink®. When no copies are for sale on Bricklink®, [Brickyfi uses ChatGPT](/lg-english/faq#brickyfi-uses-ai) to provide a price estimate.
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Selling price (SLP)">
    <ResponseField name="selling price" type="decimal">
      Price at which you will have to sell the item (according to the `discount` rate defined in [settings](/lg-english/settings)).
      <p>$selling\,price = market\,price * discount$</p>
      If you have activated the `shops fees` parameter:
      <p>$selling\,price = market\,price * discount - fees$</p>
      **For figurines** it is equal to the `Market price`:
      <p>$selling\,price = market\,price$</p>
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Margin price (MAR)">
    <ResponseField name="margin price" type="decimal">
      The `margin price` is the price at which you must sell the item purchased at the `purchase price` to obtain a `margin rate` defined in [settings](/lg-english/settings).
      <p>$margin\,price = purchase\,price * (1+margin)$</p>
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Profit (PRF)">
    <ResponseField name="profit" type="decimal">
      The `profit` is the profit you will make by buying the item at the `purchase price` and selling it at the `selling price`.
      <p>$profit = selling\,price - purchase\,price$</p>
      <Info>**For the for sale items** this is the profit you will make by selling at `for sale price` the item purchased at `purchase price`.
      <p>$profit = for\,sale\,price - purchase\,price$</p></Info>
      <Info>**For sold items** this is the profit you made by selling at `sold price` the item purchased at `purchase price`.
      <p>$profit = sold\,price - purchase\,price$</p></Info>
    </ResponseField>
  </Accordion>

  <Accordion icon="percent" title="Yield Rate (YRT)">
    <ResponseField name="yield rate" type="decimal">
      The `yield rate` is the percentage margin for an item bought at `purchase price` and sold at `selling price`.
      <p>$yield\,rate = \frac{profit}{purchase\,price}*100$</p>
      <Info>**For sold items** The `yield rate` is the margin percentage for an item bought at `purchase price` and sold at `sold price`.
      <p>$yield\,rate = \frac{profit}{purchase\,price}*100$</p></Info>
    </ResponseField>
  </Accordion>
</AccordionGroup>

## <Icon icon="money-bills-simple" iconType="regular" color="000000" size={24} /> Sold

This collection displays all the products you have sold.

### Data

<AccordionGroup>
  <Accordion icon="input-numeric" title="Purchase price (PCP)">
    <ResponseField name="purchase price" type="decimal">
      Price at which you must buy the item in order to sell it at the `selling price` and obtain a `margin` defined in [settings](/lg-english/settings).
      <p>$purchase\,price = \frac{selling\,price}{margin+1}$</p>
      <Info>**For items in your collections (except for wishes)** this is the price at which you purchased the item.</Info>
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Market price (MKP)">
    <ResponseField name="market price" type="decimal">
      Item value according to the average of similar items for sale on Bricklink®. When no copies are for sale on Bricklink®, [Brickyfi uses ChatGPT](/lg-english/faq#brickyfi-uses-ai) to provide a price estimate.
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Sold price (SOP)">
    <ResponseField name="sold price" type="decimal">
      Price at which you sold the item.
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Profit (PRF)">
    <ResponseField name="profit" type="decimal">
      The `profit` is the profit you will make by buying the item at the `purchase price` and selling it at the `selling price`.
      <p>$profit = selling\,price - purchase\,price$</p>
      <Info>**For the for sale items** this is the profit you will make by selling at `for sale price` the item purchased at `purchase price`.
      <p>$profit = for\,sale\,price - purchase\,price$</p></Info>
      <Info>**For sold items** this is the profit you made by selling at `sold price` the item purchased at `purchase price`.
      <p>$profit = sold\,price - purchase\,price$</p></Info>
    </ResponseField>
  </Accordion>

  <Accordion icon="percent" title="Yield Rate (YRT)">
    <ResponseField name="yield rate" type="decimal">
      The `yield rate` is the percentage margin for an item bought at `purchase price` and sold at `selling price`.
      <p>$yield\,rate = \frac{profit}{purchase\,price}*100$</p>
      <Info>**For sold items** The `yield rate` is the margin percentage for an item bought at `purchase price` and sold at `sold price`.
      <p>$yield\,rate = \frac{profit}{purchase\,price}*100$</p></Info>
    </ResponseField>
  </Accordion>

  <Accordion icon="list-dropdown" title="Sold on (SOO)">
    <ResponseField name="sold on" type="list">
      Store where you sold the item.
    </ResponseField>
  </Accordion>
</AccordionGroup>

## <Icon icon="hammer" iconType="regular" color="000000" size={24} /> To Restore

This collection displays all the products you own but which require restoration because they are incomplete...
<Info>Products in this collection are not taken into account in calculations (except for purchase price).</Info>

### Data

<AccordionGroup>
  <Accordion icon="input-numeric" title="Purchase price (PCP)">
    <ResponseField name="purchase price" type="decimal">
      Price at which you must buy the item in order to sell it at the `selling price` and obtain a `margin` defined in [settings](/lg-english/settings).
      <p>$purchase\,price = \frac{selling\,price}{margin+1}$</p>
      <Info>**For items in your collections (except for wishes)** this is the price at which you purchased the item.</Info>
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Market price (MKP)">
    <ResponseField name="market price" type="decimal">
      Item value according to the average of similar items for sale on Bricklink®. When no copies are for sale on Bricklink®, [Brickyfi uses ChatGPT](/lg-english/faq#brickyfi-uses-ai) to provide a price estimate.
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Selling price (SLP)">
    <ResponseField name="selling price" type="decimal">
      Price at which you will have to sell the item (according to the `discount` rate defined in [settings](/lg-english/settings)).
      <p>$selling\,price = market\,price * discount$</p>
      If you have activated the `shops fees` parameter:
      <p>$selling\,price = market\,price * discount - fees$</p>
      **For figurines** it is equal to the `Market price`:
      <p>$selling\,price = market\,price$</p>
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Profit (PRF)">
    <ResponseField name="profit" type="decimal">
      The `profit` is the profit you will make by buying the item at the `purchase price` and selling it at the `selling price`.
      <p>$profit = selling\,price - purchase\,price$</p>
      <Info>**For the for sale items** this is the profit you will make by selling at `for sale price` the item purchased at `purchase price`.
      <p>$profit = for\,sale\,price - purchase\,price$</p></Info>
      <Info>**For sold items** this is the profit you made by selling at `sold price` the item purchased at `purchase price`.
      <p>$profit = sold\,price - purchase\,price$</p></Info>
    </ResponseField>
  </Accordion>

  <Accordion icon="percent" title="Yield Rate (YRT)">
    <ResponseField name="yield rate" type="decimal">
      The `yield rate` is the percentage margin for an item bought at `purchase price` and sold at `selling price`.
      <p>$yield\,rate = \frac{profit}{purchase\,price}*100$</p>
      <Info>**For sold items** The `yield rate` is the margin percentage for an item bought at `purchase price` and sold at `sold price`.
      <p>$yield\,rate = \frac{profit}{purchase\,price}*100$</p></Info>
    </ResponseField>
  </Accordion>
</AccordionGroup>

## <Icon icon="thumbs-up" iconType="regular" color="000000" size={24} /> Wishes

This collection displays all the products you wish to purchase.

### Data

<AccordionGroup>
  <Accordion icon="input-numeric" title="Lego price (LEG)">
    <ResponseField name="lego price" type="decimal">
      Official LEGO® selling price.
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Market price (MKP)">
    <ResponseField name="market price" type="decimal">
      Item value according to the average of similar items for sale on Bricklink®. When no copies are for sale on Bricklink®, [Brickyfi uses ChatGPT](/lg-english/faq#brickyfi-uses-ai) to provide a price estimate.
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Listed price (LST)">
    <ResponseField name="listed price" type="decimal">
      **Displayed only if you have activated the parameter** `shops fees`.<br />
      This is the price displayed on selling platforms that charge fees to buyers, such as Vinted or Leboncoin. As a buyer, you'll have to pay this price plus the `fees`.
      <p>$listed\,price = purchase\,price - fees$</p>
    </ResponseField>
  </Accordion>

  <Accordion icon="input-numeric" title="Purchase price (PCP)">
    <ResponseField name="purchase price" type="decimal">
      Price at which you must buy the item in order to sell it at the `selling price` and obtain a `margin` defined in [settings](/lg-english/settings).
      <p>$purchase\,price = \frac{selling\,price}{margin+1}$</p>
      <Info>**For items in your collections (except for wishes)** this is the price at which you purchased the item.</Info>
    </ResponseField>
  </Accordion>
</AccordionGroup>
