{
  "portfolios": [
    {
      "name": "加密币基准-BTC",
      "code": "crypto_btc_bh",
      "description": "比特币买入持有基准策略",
      "strategy": {
        "name": "BuyHoldStrategy"
      },
      "capital_strategy": {
        "name": "PercentCapitalStrategy",
        "params": {
          "initial_capital": 100000,
          "percents": 99
        }
      },
      "symbols": [
        {"symbol": "BTC", "name": "Bitcoin"}
      ],
      "start_date": "2018-01-01",
      "currency": "USDT",
      "market": "Crypto",
      "commission": 0.001,
      "update_time": "04:00"
    },
    {
      "name": "加密币基准-ETH",
      "code": "crypto_eth_bh",
      "description": "以太坊买入持有基准策略",
      "strategy": {
        "name": "BuyHoldStrategy"
      },
      "capital_strategy": {
        "name": "PercentCapitalStrategy",
        "params": {
          "initial_capital": 100000,
          "percents": 99
        }
      },
      "symbols": [
        {"symbol": "ETH", "name": "Ethereum"}
      ],
      "start_date": "2018-01-01",
      "currency": "USDT",
      "market": "Crypto",
      "commission": 0.001,
      "update_time": "04:00"
    },
    {
      "name": "加密币基准-SOL",
      "code": "crypto_sol_bh",
      "description": "Solana买入持有基准策略",
      "strategy": {
        "name": "BuyHoldStrategy"
      },
      "capital_strategy": {
        "name": "PercentCapitalStrategy",
        "params": {
          "initial_capital": 100000,
          "percents": 99
        }
      },
      "symbols": [
        {"symbol": "SOL", "name": "Solana"}
      ],
      "start_date": "2020-05-01",
      "currency": "USDT",
      "market": "Crypto",
      "commission": 0.001,
      "update_time": "04:00"
    }
  ]
}
