Clear Developer Guide
  • Clear Developer Guide
  • Deploy Contract
    • Quick start
    • Configure Contract
    • Contract Upgrade
    • Contract Address
  • Configure contract parameters
    • Configure Contract Parameters
  • Interact with the contract
    • OPTION
      • Market Maker
      • User
    • NOTE
      • Fund Manager
      • LP User
  • Contract reference
    • Oracle
    • Index Contract
    • Option Contract
    • Market Maker Contract
    • Note Contract
  • APIs
    • Configure
    • Price
    • User
    • Market Maker
    • Index
    • Option parameter configuration
    • Faucet
Powered by GitBook
On this page
  • Fund manager
  • 1.Release note products
  • 2.Invest
  • 3.Cancel
  • 4.Profit and loss
  1. Interact with the contract
  2. NOTE

Fund Manager

Fund manager

1.Release note products

The fund manager calls NoteV2->addFund to add fund products. The product cycle is divided into waiting period, subscription period and investment period. The fund manager selects the start and end time of the subscription period, and sets different ratio of investment index option transactions, compound investment and venus investment products. At the same time, the return of the past year (according to the fund manager's previous return/previous amount of investment funds), subscription period, closed period, and investment tokens will be displayed to users.

2.Invest

fixedInvestmentMint invest fixed products, such as venus, compound fixedInvestmentRedeem redeem fixed product optionOpen option open optionClose option close optionExercise option exercise

During the closed period, the fund manager invests products according to the amount and proportion of fund products (the cumulative investment time cannot exceed the length of the closed period. The income is distributed at maturity. The user manually retrieves the principal and interest.)

3.Cancel

cancelFund Before the subscription period starts, the fund manager can cancel the fund.

4.Profit and loss

Fund manager income is divided into the platform fee part and the proportional income part, after deducting the platform commission, respectively, are the fund manager's income. Set the platform fee ratio a, and the income ratio b, we get:

note income = fixed income + option income If the note return is negative Fund manager income = 2% of total principal (1-a) If note earnings are positive Fund manager income = 2% of total principal (1-a) + note income * (1-b)

PreviousNOTENextLP User

Last updated 3 years ago