|
|
|
|
@ -3,44 +3,65 @@
|
|
|
|
|
// 期货品种列表
|
|
|
|
|
export const futuresList = [
|
|
|
|
|
// 金属类
|
|
|
|
|
{ code: 'AU', name: '金', type: '金属' },
|
|
|
|
|
{ code: 'AG', name: '银', type: '金属' },
|
|
|
|
|
{ code: 'CU', name: '铜', type: '金属' },
|
|
|
|
|
{ code: 'NI', name: '镍', type: '金属' },
|
|
|
|
|
{ code: 'SN', name: '锡', type: '金属' },
|
|
|
|
|
{ code: 'AL', name: '铝', type: '金属' },
|
|
|
|
|
{ code: 'ZN', name: '锌', type: '金属' },
|
|
|
|
|
{ code: 'AU', name: '黄金', type: '金属', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'AG', name: '白银', type: '金属', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'CU', name: '铜', type: '金属', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'NI', name: '镍', type: '金属', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'SN', name: '锡', type: '金属', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'AL', name: '铝', type: '金属', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'ZN', name: '锌', type: '金属', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'PB', name: '铅', type: '金属', exchange: 'SHFE' },
|
|
|
|
|
|
|
|
|
|
// 建材类
|
|
|
|
|
{ code: 'FG', name: '玻璃', type: '建材' },
|
|
|
|
|
{ code: 'SJS', name: '烧碱', type: '建材' },
|
|
|
|
|
{ code: 'SCA', name: '纯碱', type: '建材' },
|
|
|
|
|
{ code: 'JM', name: '焦煤', type: '建材' },
|
|
|
|
|
{ code: 'RB', name: '螺纹钢', type: '建材' },
|
|
|
|
|
{ code: 'ALO', name: '氧化铝', type: '建材' },
|
|
|
|
|
{ code: 'FG', name: '玻璃', type: '建材', exchange: 'CZCE' },
|
|
|
|
|
{ code: 'LY', name: '烧碱', type: '建材', exchange: 'CZCE' },
|
|
|
|
|
{ code: 'SA', name: '纯碱', type: '建材', exchange: 'CZCE' },
|
|
|
|
|
{ code: 'JM', name: '焦煤', type: '建材', exchange: 'DCE' },
|
|
|
|
|
{ code: 'RB', name: '螺纹钢', type: '建材', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'ALO', name: '氧化铝', type: '建材', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'HC', name: '热轧卷板', type: '建材', exchange: 'SHFE' },
|
|
|
|
|
|
|
|
|
|
// 能源化工类
|
|
|
|
|
{ code: 'MA', name: '甲醇', type: '能源化工' },
|
|
|
|
|
{ code: 'PVC', name: 'PVC', type: '能源化工' },
|
|
|
|
|
{ code: 'FU', name: '燃油', type: '能源化工' },
|
|
|
|
|
{ code: 'SC', name: '原油', type: '能源化工' },
|
|
|
|
|
{ code: 'L', name: '橡胶', type: '能源化工' },
|
|
|
|
|
{ code: 'NR', name: '20号胶', type: '能源化工' },
|
|
|
|
|
{ code: 'BU', name: '沥青', type: '能源化工' },
|
|
|
|
|
{ code: 'LU', name: '低硫燃油', type: '能源化工' },
|
|
|
|
|
{ code: 'MA', name: '甲醇', type: '能源化工', exchange: 'CZCE' },
|
|
|
|
|
{ code: 'V', name: 'PVC', type: '能源化工', exchange: 'DCE' },
|
|
|
|
|
{ code: 'FU', name: '燃油', type: '能源化工', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'SC', name: '原油', type: '能源化工', exchange: 'INE' },
|
|
|
|
|
{ code: 'RU', name: '橡胶', type: '能源化工', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'BR', name: '合成橡胶', type: '能源化工', exchange: 'DCE' },
|
|
|
|
|
{ code: 'NR', name: '20号胶', type: '能源化工', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'BU', name: '沥青', type: '能源化工', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'LU', name: '低硫燃油', type: '能源化工', exchange: 'INE' },
|
|
|
|
|
{ code: 'L', name: '聚乙烯', type: '能源化工', exchange: 'DCE' },
|
|
|
|
|
{ code: 'PP', name: '聚丙烯', type: '能源化工', exchange: 'DCE' },
|
|
|
|
|
{ code: 'TA', name: 'PTA', type: '能源化工', exchange: 'CZCE' },
|
|
|
|
|
|
|
|
|
|
// 农产品类
|
|
|
|
|
{ code: 'P', name: '棕榈油', type: '农产品' },
|
|
|
|
|
{ code: 'P', name: '棕榈油', type: '农产品', exchange: 'DCE' },
|
|
|
|
|
{ code: 'A', name: '大豆', type: '农产品', exchange: 'DCE' },
|
|
|
|
|
{ code: 'B', name: '豆粕', type: '农产品', exchange: 'DCE' },
|
|
|
|
|
{ code: 'M', name: '豆粕', type: '农产品', exchange: 'DCE' },
|
|
|
|
|
{ code: 'Y', name: '豆油', type: '农产品', exchange: 'DCE' },
|
|
|
|
|
{ code: 'C', name: '玉米', type: '农产品', exchange: 'DCE' },
|
|
|
|
|
{ code: 'CS', name: '玉米淀粉', type: '农产品', exchange: 'DCE' },
|
|
|
|
|
{ code: 'CF', name: '棉花', type: '农产品', exchange: 'CZCE' },
|
|
|
|
|
{ code: 'SR', name: '白糖', type: '农产品', exchange: 'CZCE' },
|
|
|
|
|
{ code: 'RM', name: '菜籽粕', type: '农产品', exchange: 'CZCE' },
|
|
|
|
|
{ code: 'OI', name: '菜籽油', type: '农产品', exchange: 'CZCE' },
|
|
|
|
|
|
|
|
|
|
// 新能源类
|
|
|
|
|
{ code: 'LC', name: '碳酸锂', type: '新能源' },
|
|
|
|
|
{ code: 'SI', name: '工业硅', type: '新能源' },
|
|
|
|
|
{ code: 'PGS', name: '多晶硅', type: '新能源' },
|
|
|
|
|
{ code: 'LI', name: '碳酸锂', type: '新能源', exchange: 'SHFE' },
|
|
|
|
|
{ code: 'SI', name: '工业硅', type: '新能源', exchange: 'GEM' },
|
|
|
|
|
{ code: 'SP', name: '多晶硅', type: '新能源', exchange: 'GEM' },
|
|
|
|
|
|
|
|
|
|
// 金融类
|
|
|
|
|
{ code: 'IC', name: '中证500', type: '金融' },
|
|
|
|
|
{ code: 'IM', name: '中证1000', type: '金融' },
|
|
|
|
|
{ code: 'IH', name: '上证50', type: '金融' }
|
|
|
|
|
{ code: 'IM', name: '中证1000', type: '金融', exchange: 'CFFEX' },
|
|
|
|
|
{ code: 'IC', name: '中证500', type: '金融', exchange: 'CFFEX' },
|
|
|
|
|
{ code: 'IH', name: '上证50', type: '金融', exchange: 'CFFEX' },
|
|
|
|
|
|
|
|
|
|
// 其他
|
|
|
|
|
{ code: 'I', name: '铁矿石', type: '其他', exchange: 'DCE' },
|
|
|
|
|
{ code: 'J', name: '焦炭', type: '其他', exchange: 'DCE' },
|
|
|
|
|
{ code: 'ZC', name: '动力煤', type: '其他', exchange: 'CZCE' }
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
// 生成随机数据的工具函数
|
|
|
|
|
|