Environmental Profile ==================== Fields ------ :title: str :amount: float :scaling: obj | null, see :ref:`Scaling` :mki: float :mki_net: float Title ^^^^^ The name of the profile(set) as displayed to the user. Amount ^^^^^^ The amount of the profile that exists in the profile. This corresponds to the :code:`EnvironmentalProfile.amount` in NMDv4. It corresponds to :code:`NMD_Product_Element_ProfielSets_Versies.hoeveelheid` in NMDv3. Scaling ^^^^^^^ See :ref:`Scaling`. Note that unlike other relations the scaling is not in a list, but is represented as an object. MKI ^^^ The MKI for the profile, including supplement (toeslag) for category 3, but without scaling. MKI Net ~~~~~~~ The MKI for the profile, excluding supplement (toeslag) for category 3 and without scaling. Example ------- .. code-block:: json { "title": "Testprofielset", "amount": 2.5, "scaling": {}, // not actually empty "mki": 1.23, "mki_net": 1.12 }