Multiple asset classes in a single Analytics view

How do we configure a single portfolio view to display multiple asset classes, so we need to show same column headers let’s say “credit delta” or “interest rate delta” but the way they are calculated is specific to the asset class?
I am already looking and modifying the ExampleViewsPopulator class in “examples-simulated” implementation and currently I see that 1 view is only configured to show calculations specific to an asset class.

Ok I was able to get that working, just need to register the output type for a particular asset class.