Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add NFTPERPUSDT config #664

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Conversation

cdummett
Copy link
Collaborator

@cdummett cdummett commented Apr 26, 2024

DO NOT MERGE UNTIL PROPOSAL FINALISED

Description

Adds a config for the proposed NFTPERP MCAP Futures market with some research changes.

Examples:

Make any changes re initial price and volatility in the registry entry.

    "mainnet-NFTPERPUSDT": BenchmarkScenario(
        block_length_seconds=1,
        step_length_seconds=30,
        benchmark_configs=[
            BenchmarkConfig(
                market_config=configs.mainnet.NFTPERPUSDT.CONFIG,
                initial_price=100,
                annualised_volatility=5,
                notional_trade_volume=100,
            )
        ],
    )

Then run.

python -m vega_sim.scenario.benchmark.run -m mainnet-NFTPERPUSDT -s 300 -o -p

@cdummett cdummett self-assigned this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant