ERCOT Ancillary Forward Curve
收藏Snowflake2025-06-23 更新2025-06-24 收录
下载链接:
https://app.snowflake.com/marketplace/listing/GZ2FQZ18DD4D
下载链接
链接失效反馈官方服务:
资源简介:
This dataset includes ancillary service forward curves for the five electricity ancillary services in ERCOT (Texas). This dataset is best used to forecast the price of ancillary future contracts. Data is updated daily and it is recommended to use the latest available data when forecasting contract prices.
<br/>Source: This data is sourced from ICE ([ice.com](http://ice.com/)) and is augmented using proprietary data and industry expertise.
提供机构:
Willard Energy Software
创建时间:
2025-06-20
原始信息汇总
ERCOT Ancillary Forward Curve 数据集概述
数据集基本信息
- 提供商: Willard Energy Software
- 试用信息: 7天免费试用
- 数据更新频率: 每日更新
- 时间覆盖范围: 最近6个月(按月)
- 地理覆盖范围: 美国(1个州)
- 云区域可用性: GCP US Central 1 (Iowa)
- 法律条款: 标准条款
数据集描述
该数据集包含ERCOT(德克萨斯州)五种电力辅助服务的辅助服务远期曲线。主要用于预测辅助未来合约的价格。数据源自ICE (ice.com),并通过专有数据和行业专业知识进行增强。
业务需求
定价分析
- 零售电力固定价格合同费率计算:预测辅助未来合约的成本,以覆盖客户的消费。该成本成为固定价格合同费率的一个组成部分。
资产估值
- 辅助服务提供商资产估值:使用期货市场预测参与辅助服务的资产价值。
监管报告
- 市值计价和账面估值:跟踪现有辅助未来合约的波动,以符合监管要求并生成执行报告。
数据字典
表名: ANCILLARY_FORWARDS_ERCOT
| 字段名 | 类型 | 描述 |
|---|---|---|
| ANCILLARY_NAME | Varchar | |
| CURVE_DATE | Date | |
| DELIVERY_MONTH_START | Date | |
| ISO | Varchar | |
| MONTHS_INTO_FUTURE | Number | |
| PRICE_DOLLAR_MWH | Number |
使用示例
预测辅助未来合约的月度价值
此示例展示如何预测给定月份和给定容量的辅助未来合约成本。曲线日期在此示例中是硬编码的,但通常应使用最新可用的曲线日期。
sql WITH volumes AS (SELECT column1 as delivery_month_start, column2 as volume_mwh FROM (VALUES (2026-01-01, 0.5), (2026-02-01, 0.4))),
forwards AS (SELECT * FROM ANCILLARY_FORWARDS_ERCOT where curve_date = 2025-06-09) SELECT *, PRICE_DOLLAR_MWH * VOLUME_MWH AS COST_DOLLAR FROM forwards join volumes using (delivery_month_start)
相关数据集
- PJM Electricity Counterparty Forward Curve <1 MW
- PJM Electricity Counterparty Forward Curve 1-3 MW
- NYISO Electricity Counterparty Forward Curve 1-3 MW
- ERCOT Electricity Counterparty Forward Curve <1 MW
- ERCOT Electricity Counterparty Forward Curve 1-3 MW
- NYISO Electricity Counterpary Forward Curve <1 MW
分类
- 资产估值
- 能源
- 金融
- 定价分析
- 监管报告
联系方式
- 销售: max@willard.energy
- 支持: max@willard.energy



