Skip to content

vor show factors

vor show factors

Show and filter a list of factors

Synopsis

Display and filter a list of all factors and their properties.

This command retrieves and displays risk factors. The output can be filtered by name or type, and sorted by various fields.

vor show factors [flags]

Examples

# Show all factors, sorted by name
vor show factors

# Show all factors of type 'FX'
vor show factors --type FX

# Show all factors with "rate" in the name, sorted by ID
vor show factors --name-like rate --sort id

Options

  -d, --dir string         Directory to export factors to when output is 'playpen' (defaults to <playpen_path>/input/factors)
  -h, --help               help for factors
      --name-like string   Filter factors by name containing a substring (case-insensitive)
      --output string      Format for printing the results. Available formats are "json", "yaml", "playpen" and "table" (default "table")
      --pretty             If output=json, pretty format the results
      --sort string        Sort factors by field (id, name, type) (default "name")
  -t, --token string       VOR Stream token to use when making API call
      --type strings       Filter factors by type (Factor, FX, Volatility). Can be specified multiple times.

Options inherited from parent commands

      --play string   playpen path
      --renew-token   renew token (default true)

SEE ALSO