Analyze monthly natural gas prices to estimate prices at any date and extrapolate for an additional year.
- Analyze data to identify patterns and trends.
- Develop a model to estimate prices at any date.
- Extrapolate the model for an additional year.
- Visualize data to identify seasonal trends.
- Python script to estimate prices.
- Data visualization.
- Written report discussing findings.
Develop a Python function to estimate the value of a gas storage contract based on input parameters.
- Injection dates
- Withdrawal dates
- Prices at which the commodity can be purchased/sold
- Rate at which the gas can be injected/withdrawn
- Maximum volume that can be stored
- Storage costs
- Develop a prototype pricing model
- Test with sample inputs
- Provide a basis for further validation and testing
- Python function implementing the pricing model
- Sample input data and expected output values
Build a predictive model that can estimate the probability of default for a loan borrower and calculate the expected loss on a loan, taking into account a recovery rate of 10%.
- Predict probability of default (PD) for loan borrowers based on their characteristics
- Estimate expected loss on a loan with a recovery rate of 10%
- A random forest classifier to predict PD
- A Python function
estimate_expected_loss
to estimate expected loss - Supports input features: income, total loans outstanding, credit score, employment length, and more
- A dataset of loan borrowers with features and target variable