Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ public partial class Guidance : IEquatable<Guidance>, IValidatableObject
/// Refers to the lowest value or estimate in a financial guidance range provided in a previous period.
/// </summary>
/// <value>Refers to the lowest value or estimate in a financial guidance range provided in a previous period.</value>
[DataMember(Name = "prevLow", EmitDefaultValue = false)]
public double PrevLow { get; set; }
[DataMember(Name = "prevLow", EmitDefaultValue = true)]
public double? PrevLow { get; set; }

/// <summary>
/// Refers to the highest value or estimate in a financial guidance range provided in a previous period.
Expand Down