Three new factors

We have introduced three new factors:

  • IsMLP. This simply returns 1 (true) if the stock is a master limited partnership and 0 (false) if it isn’t.

  • IsADR. Similarly, this returns 1 (true) if the stock is an ADR and 0 (false) if it isn’t.

These two factors are equivalent to the functions Universe(MasterLP) and Universe($ADR).