voiage.cli.calculate_dynamic_real_options
calculate_dynamic_real_options
Section titled “calculate_dynamic_real_options”calculate_dynamic_real_options([positional or keyword] specification_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON staged dynamic real-options specification'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the dynamic real-options result')) -> NoneCalculate fixture-backed dynamic real-options VOI from JSON.
Parameters:
specification_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON staged dynamic real-options specification'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the dynamic real-options result'))
Returns: None