You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retired by Morningstar in 2026, use X, or: for all periods, no replacement is
available. No feed migration, no since the.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017DcMRhtEUtdtCQWgv5ek4K
Copy file name to clipboardExpand all lines: Common/Data/Fundamental/Generated/AccountsPayableBalanceSheet.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ public class AccountsPayableBalanceSheet : MultiPeriodField
37
37
/// Gets/sets the OneMonth period value for the field
38
38
/// </summary>
39
39
[JsonProperty("1M")]
40
-
[Obsolete("AccountsPayable.OneMonth is no longer provided by Morningstar since the 2026 feed migration; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
41
-
publicdoubleOneMonth=>thrownewNotSupportedException("AccountsPayable.OneMonth is no longer provided by Morningstar since the 2026 feed migration; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).");
40
+
[Obsolete("AccountsPayable.OneMonth was retired by Morningstar in 2026; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
41
+
publicdoubleOneMonth=>thrownewNotSupportedException("AccountsPayable.OneMonth was retired by Morningstar in 2026; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).");
42
42
43
43
/// <summary>
44
44
/// Gets/sets the TwoMonths period value for the field
45
45
/// </summary>
46
46
[JsonProperty("2M")]
47
-
[Obsolete("AccountsPayable.TwoMonths is no longer provided by Morningstar since the 2026 feed migration; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
48
-
publicdoubleTwoMonths=>thrownewNotSupportedException("AccountsPayable.TwoMonths is no longer provided by Morningstar since the 2026 feed migration; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).");
47
+
[Obsolete("AccountsPayable.TwoMonths was retired by Morningstar in 2026; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
48
+
publicdoubleTwoMonths=>thrownewNotSupportedException("AccountsPayable.TwoMonths was retired by Morningstar in 2026; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).");
49
49
50
50
/// <summary>
51
51
/// Gets/sets the ThreeMonths period value for the field
@@ -63,8 +63,8 @@ public class AccountsPayableBalanceSheet : MultiPeriodField
63
63
/// Gets/sets the NineMonths period value for the field
64
64
/// </summary>
65
65
[JsonProperty("9M")]
66
-
[Obsolete("AccountsPayable.NineMonths is no longer provided by Morningstar since the 2026 feed migration; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
67
-
publicdoubleNineMonths=>thrownewNotSupportedException("AccountsPayable.NineMonths is no longer provided by Morningstar since the 2026 feed migration; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).");
66
+
[Obsolete("AccountsPayable.NineMonths was retired by Morningstar in 2026; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
67
+
publicdoubleNineMonths=>thrownewNotSupportedException("AccountsPayable.NineMonths was retired by Morningstar in 2026; use AccountsPayable.ThreeMonths (also available: SixMonths, TwelveMonths).");
68
68
69
69
/// <summary>
70
70
/// Gets/sets the TwelveMonths period value for the field
Copy file name to clipboardExpand all lines: Common/Data/Fundamental/Generated/AccountsReceivableBalanceSheet.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ public class AccountsReceivableBalanceSheet : MultiPeriodField
37
37
/// Gets/sets the OneMonth period value for the field
38
38
/// </summary>
39
39
[JsonProperty("1M")]
40
-
[Obsolete("AccountsReceivable.OneMonth is no longer provided by Morningstar since the 2026 feed migration; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
41
-
publicdoubleOneMonth=>thrownewNotSupportedException("AccountsReceivable.OneMonth is no longer provided by Morningstar since the 2026 feed migration; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).");
40
+
[Obsolete("AccountsReceivable.OneMonth was retired by Morningstar in 2026; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
41
+
publicdoubleOneMonth=>thrownewNotSupportedException("AccountsReceivable.OneMonth was retired by Morningstar in 2026; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).");
42
42
43
43
/// <summary>
44
44
/// Gets/sets the TwoMonths period value for the field
45
45
/// </summary>
46
46
[JsonProperty("2M")]
47
-
[Obsolete("AccountsReceivable.TwoMonths is no longer provided by Morningstar since the 2026 feed migration; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
48
-
publicdoubleTwoMonths=>thrownewNotSupportedException("AccountsReceivable.TwoMonths is no longer provided by Morningstar since the 2026 feed migration; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).");
47
+
[Obsolete("AccountsReceivable.TwoMonths was retired by Morningstar in 2026; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
48
+
publicdoubleTwoMonths=>thrownewNotSupportedException("AccountsReceivable.TwoMonths was retired by Morningstar in 2026; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).");
49
49
50
50
/// <summary>
51
51
/// Gets/sets the ThreeMonths period value for the field
@@ -63,8 +63,8 @@ public class AccountsReceivableBalanceSheet : MultiPeriodField
63
63
/// Gets/sets the NineMonths period value for the field
64
64
/// </summary>
65
65
[JsonProperty("9M")]
66
-
[Obsolete("AccountsReceivable.NineMonths is no longer provided by Morningstar since the 2026 feed migration; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
67
-
publicdoubleNineMonths=>thrownewNotSupportedException("AccountsReceivable.NineMonths is no longer provided by Morningstar since the 2026 feed migration; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).");
66
+
[Obsolete("AccountsReceivable.NineMonths was retired by Morningstar in 2026; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).")]
67
+
publicdoubleNineMonths=>thrownewNotSupportedException("AccountsReceivable.NineMonths was retired by Morningstar in 2026; use AccountsReceivable.ThreeMonths (also available: SixMonths, TwelveMonths).");
68
68
69
69
/// <summary>
70
70
/// Gets/sets the TwelveMonths period value for the field
Copy file name to clipboardExpand all lines: Common/Data/Fundamental/Generated/AccruedInterestReceivableBalanceSheet.cs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -37,36 +37,36 @@ public class AccruedInterestReceivableBalanceSheet : MultiPeriodField
37
37
/// Gets/sets the TwoMonths period value for the field
38
38
/// </summary>
39
39
[JsonProperty("2M")]
40
-
[Obsolete("AccruedInterestReceivable is no longer provided by Morningstar in any period since the 2026 feed migration; no direct replacement is provided.")]
41
-
publicdoubleTwoMonths=>thrownewNotSupportedException("AccruedInterestReceivable is no longer provided by Morningstar in any period since the 2026 feed migration; no direct replacement is provided.");
40
+
[Obsolete("AccruedInterestReceivable was retired by Morningstar in 2026 for all periods; no replacement is available.")]
41
+
publicdoubleTwoMonths=>thrownewNotSupportedException("AccruedInterestReceivable was retired by Morningstar in 2026 for all periods; no replacement is available.");
42
42
43
43
/// <summary>
44
44
/// Gets/sets the ThreeMonths period value for the field
45
45
/// </summary>
46
46
[JsonProperty("3M")]
47
-
[Obsolete("AccruedInterestReceivable is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.")]
48
-
publicdoubleThreeMonths=>thrownewNotSupportedException("AccruedInterestReceivable is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
47
+
[Obsolete("AccruedInterestReceivable was retired by Morningstar in 2026 for all periods; no replacement is available.")]
48
+
publicdoubleThreeMonths=>thrownewNotSupportedException("AccruedInterestReceivable was retired by Morningstar in 2026 for all periods; no replacement is available.");
49
49
50
50
/// <summary>
51
51
/// Gets/sets the SixMonths period value for the field
52
52
/// </summary>
53
53
[JsonProperty("6M")]
54
-
[Obsolete("AccruedInterestReceivable is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.")]
55
-
publicdoubleSixMonths=>thrownewNotSupportedException("AccruedInterestReceivable is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
54
+
[Obsolete("AccruedInterestReceivable was retired by Morningstar in 2026 for all periods; no replacement is available.")]
55
+
publicdoubleSixMonths=>thrownewNotSupportedException("AccruedInterestReceivable was retired by Morningstar in 2026 for all periods; no replacement is available.");
56
56
57
57
/// <summary>
58
58
/// Gets/sets the NineMonths period value for the field
59
59
/// </summary>
60
60
[JsonProperty("9M")]
61
-
[Obsolete("AccruedInterestReceivable is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.")]
62
-
publicdoubleNineMonths=>thrownewNotSupportedException("AccruedInterestReceivable is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
61
+
[Obsolete("AccruedInterestReceivable was retired by Morningstar in 2026 for all periods; no replacement is available.")]
62
+
publicdoubleNineMonths=>thrownewNotSupportedException("AccruedInterestReceivable was retired by Morningstar in 2026 for all periods; no replacement is available.");
63
63
64
64
/// <summary>
65
65
/// Gets/sets the TwelveMonths period value for the field
66
66
/// </summary>
67
67
[JsonProperty("12M")]
68
-
[Obsolete("AccruedInterestReceivable is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.")]
69
-
publicdoubleTwelveMonths=>thrownewNotSupportedException("AccruedInterestReceivable is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
68
+
[Obsolete("AccruedInterestReceivable was retired by Morningstar in 2026 for all periods; no replacement is available.")]
69
+
publicdoubleTwelveMonths=>thrownewNotSupportedException("AccruedInterestReceivable was retired by Morningstar in 2026 for all periods; no replacement is available.");
70
70
71
71
/// <summary>
72
72
/// Returns true if the field contains a value for the default period
@@ -76,7 +76,7 @@ public class AccruedInterestReceivableBalanceSheet : MultiPeriodField
76
76
/// <summary>
77
77
/// Returns the default value for the field
78
78
/// </summary>
79
-
publicoverridedoubleValue=>thrownewNotSupportedException("AccruedInterestReceivable is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
79
+
publicoverridedoubleValue=>thrownewNotSupportedException("AccruedInterestReceivable was retired by Morningstar in 2026 for all periods; no replacement is available.");
80
80
81
81
/// <summary>
82
82
/// Gets a dictionary of period names and values for the field
Copy file name to clipboardExpand all lines: Common/Data/Fundamental/Generated/AccruedInvestmentIncomeBalanceSheet.cs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -37,22 +37,22 @@ public class AccruedInvestmentIncomeBalanceSheet : MultiPeriodField
37
37
/// Gets/sets the ThreeMonths period value for the field
38
38
/// </summary>
39
39
[JsonProperty("3M")]
40
-
[Obsolete("AccruedInvestmentIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.")]
41
-
publicdoubleThreeMonths=>thrownewNotSupportedException("AccruedInvestmentIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
40
+
[Obsolete("AccruedInvestmentIncome was retired by Morningstar in 2026 for all periods; no replacement is available.")]
41
+
publicdoubleThreeMonths=>thrownewNotSupportedException("AccruedInvestmentIncome was retired by Morningstar in 2026 for all periods; no replacement is available.");
42
42
43
43
/// <summary>
44
44
/// Gets/sets the NineMonths period value for the field
45
45
/// </summary>
46
46
[JsonProperty("6M")]
47
-
[Obsolete("AccruedInvestmentIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.")]
48
-
publicdoubleSixMonths=>thrownewNotSupportedException("AccruedInvestmentIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
47
+
[Obsolete("AccruedInvestmentIncome was retired by Morningstar in 2026 for all periods; no replacement is available.")]
48
+
publicdoubleSixMonths=>thrownewNotSupportedException("AccruedInvestmentIncome was retired by Morningstar in 2026 for all periods; no replacement is available.");
49
49
50
50
/// <summary>
51
51
/// Gets/sets the TwelveMonths period value for the field
52
52
/// </summary>
53
53
[JsonProperty("12M")]
54
-
[Obsolete("AccruedInvestmentIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.")]
55
-
publicdoubleTwelveMonths=>thrownewNotSupportedException("AccruedInvestmentIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
54
+
[Obsolete("AccruedInvestmentIncome was retired by Morningstar in 2026 for all periods; no replacement is available.")]
55
+
publicdoubleTwelveMonths=>thrownewNotSupportedException("AccruedInvestmentIncome was retired by Morningstar in 2026 for all periods; no replacement is available.");
56
56
57
57
/// <summary>
58
58
/// Returns true if the field contains a value for the default period
@@ -62,7 +62,7 @@ public class AccruedInvestmentIncomeBalanceSheet : MultiPeriodField
62
62
/// <summary>
63
63
/// Returns the default value for the field
64
64
/// </summary>
65
-
publicoverridedoubleValue=>thrownewNotSupportedException("AccruedInvestmentIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
65
+
publicoverridedoubleValue=>thrownewNotSupportedException("AccruedInvestmentIncome was retired by Morningstar in 2026 for all periods; no replacement is available.");
66
66
67
67
/// <summary>
68
68
/// Gets a dictionary of period names and values for the field
Copy file name to clipboardExpand all lines: Common/Data/Fundamental/Generated/AccruedLiabilitiesTotalBalanceSheet.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ public class AccruedLiabilitiesTotalBalanceSheet : MultiPeriodField
37
37
/// Gets/sets the TwoMonths period value for the field
38
38
/// </summary>
39
39
[JsonProperty("2M")]
40
-
[Obsolete("AccruedLiabilitiesTotal.TwoMonths is no longer provided by Morningstar since the 2026 feed migration; use AccruedLiabilitiesTotal.ThreeMonths (also available: TwelveMonths).")]
41
-
publicdoubleTwoMonths=>thrownewNotSupportedException("AccruedLiabilitiesTotal.TwoMonths is no longer provided by Morningstar since the 2026 feed migration; use AccruedLiabilitiesTotal.ThreeMonths (also available: TwelveMonths).");
40
+
[Obsolete("AccruedLiabilitiesTotal.TwoMonths was retired by Morningstar in 2026; use AccruedLiabilitiesTotal.ThreeMonths (also available: TwelveMonths).")]
41
+
publicdoubleTwoMonths=>thrownewNotSupportedException("AccruedLiabilitiesTotal.TwoMonths was retired by Morningstar in 2026; use AccruedLiabilitiesTotal.ThreeMonths (also available: TwelveMonths).");
42
42
43
43
/// <summary>
44
44
/// Gets/sets the ThreeMonths period value for the field
Copy file name to clipboardExpand all lines: Common/Data/Fundamental/Generated/AccruedandDeferredIncomeBalanceSheet.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ public class AccruedandDeferredIncomeBalanceSheet : MultiPeriodField
37
37
/// Gets/sets the ThreeMonths period value for the field
38
38
/// </summary>
39
39
[JsonProperty("3M")]
40
-
[Obsolete("AccruedandDeferredIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.")]
41
-
publicdoubleThreeMonths=>thrownewNotSupportedException("AccruedandDeferredIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
40
+
[Obsolete("AccruedandDeferredIncome was retired by Morningstar in 2026 for all periods; no replacement is available.")]
41
+
publicdoubleThreeMonths=>thrownewNotSupportedException("AccruedandDeferredIncome was retired by Morningstar in 2026 for all periods; no replacement is available.");
42
42
43
43
/// <summary>
44
44
/// Gets/sets the TwelveMonths period value for the field
45
45
/// </summary>
46
46
[JsonProperty("12M")]
47
-
[Obsolete("AccruedandDeferredIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.")]
48
-
publicdoubleTwelveMonths=>thrownewNotSupportedException("AccruedandDeferredIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
47
+
[Obsolete("AccruedandDeferredIncome was retired by Morningstar in 2026 for all periods; no replacement is available.")]
48
+
publicdoubleTwelveMonths=>thrownewNotSupportedException("AccruedandDeferredIncome was retired by Morningstar in 2026 for all periods; no replacement is available.");
49
49
50
50
/// <summary>
51
51
/// Returns true if the field contains a value for the default period
@@ -55,7 +55,7 @@ public class AccruedandDeferredIncomeBalanceSheet : MultiPeriodField
55
55
/// <summary>
56
56
/// Returns the default value for the field
57
57
/// </summary>
58
-
publicoverridedoubleValue=>thrownewNotSupportedException("AccruedandDeferredIncome is no longer provided by Morningstar since the 2026 feed migration; no direct replacement is provided.");
58
+
publicoverridedoubleValue=>thrownewNotSupportedException("AccruedandDeferredIncome was retired by Morningstar in 2026 for all periods; no replacement is available.");
59
59
60
60
/// <summary>
61
61
/// Gets a dictionary of period names and values for the field
0 commit comments