diff --git a/CHANGELOG.md b/CHANGELOG.md index 959fc56..cf06f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ * Generated for BuildingSync 2.5 (which is currently develop-v2) * Added GHG emission metrics + * Changed UsefulLife type + * Added DiscountRate + * Added EquipmentID + * Updated MeasureSavingsAnalysis + * Added and sorted enumerations in AuditorQualificationType + * Added PrincipalHVACSystemType, PrincipalLightingSystemType, CondenserType + * Added FacilityEvaluationAuditDefinition + * Added AuditCycle + * Added WCM categories and measures # Version 0.2.0 diff --git a/bsyncpy/bsync.py b/bsyncpy/bsync.py index 951c0b8..637b99e 100644 --- a/bsyncpy/bsync.py +++ b/bsyncpy/bsync.py @@ -3099,7 +3099,7 @@ class DiscountFactor(BSElement): element_type = "xs:decimal" -# ReportType.DiscountFactor +# ReportType.DiscountRate class DiscountRate(BSElement): """Discount rate applied to calculate present values of future cash flows. (0-100) (%)"""